On Tue, May 20, 2008 at 3:51 AM, Bryan Wu <cooloney@kernel.org> wrote:
please add a common statement that tells you the module name if the
user builds it as a module.
shouldnt this be MODULE_AUTHOR() ?
u_int forms are weird ... i'd wonder why we have these variations
anywhere in the kernel
should be __devinit
i dont think that MAX_BLACKFIN_GPIOS check is needed. the
gpio_request() function should already be doing it.
"BF5xx flash" ?
we dont call gpio_free() here or in the fail0 case below.
-mike
--