On Wed, 22 Oct 2008 10:40:04 -0700 Greg KH <greg@kroah.com> wrote:
No opinion yet - I haven't review them.
<looks>
<wonders why c2port_idr_lock and c2port_idr are kernel-wide symbols>
<wonders what local_irq_disable() is supposed to achieve on SMP>
<spots an error-path memory leak in c2port_device_register>
<spots a stray semicolon in c2port_device_register>
<suggests that update_lock be initialised at compile-time, not at runtime>
What I haven't yet got my head around is this:
Currently this code supports only flash programming through sysfs
interface but extensions shoud be easy to add.
is that really what we want to use sysfs for? As the prime interface
to a device driver (or is it a bus driver?) Didn't we used to use
device nodes for that sort of thing?
--