Re: [PATCH 02/12] Fix possible stale smsc911x flags.

2012-03-27 Thread Igor Grinberg
On 03/23/12 11:21, Russ Dill wrote: If this function is called the first time with flags set, and the second time without flags set then the leftover flags from the first called will be used rather than the desired default flags. Signed-off-by: Russ Dill russ.d...@ti.com Tested-by: Igor

[PATCH 02/12] Fix possible stale smsc911x flags.

2012-03-23 Thread Russ Dill
If this function is called the first time with flags set, and the second time without flags set then the leftover flags from the first called will be used rather than the desired default flags. Signed-off-by: Russ Dill russ.d...@ti.com --- arch/arm/mach-omap2/gpmc-smsc911x.c |4 +--- 1 files