[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20060729151124.82074.qmail@web36701.mail.mud.yahoo.com>
Date: Sat, 29 Jul 2006 08:11:24 -0700 (PDT)
From: Alex Dubov <oakad@...oo.com>
To: Alexey Dobriyan <adobriyan@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Support for TI FlashMedia (pci id 104c:8033, 104c:803b) flash card readers
Ok - fixed those.
--- Alexey Dobriyan <adobriyan@...il.com> wrote:
> On Thu, Jul 27, 2006 at 08:34:06PM -0700, Alex Dubov
> wrote:
> > The driver is called tifmxx and available from:
> > http://developer.berlios.de/projects/tifmxx/
>
> 1. Usual name for spinlocking flags is
>
> unsigned long flags;
>
> 2. Preferred CS for if statements is
>
> if (foo)
> bar; /* two lines no matter how short */
>
> 3. Check for NULL at the start of tifm_7xx1_remove
> is unnecessary.
> You've saved valid fm at probe time, right?
>
> 4. If ->suspend and ->resume are not implemented why
> add dummy ones?
>
> 5.
>
>
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists