]> git.baikalelectronics.ru Git - kernel.git/commit
sfc: Avoid assignment in an if-statement, reported by checkpatch
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 5 Jan 2012 18:50:29 +0000 (18:50 +0000)
committerBen Hutchings <bhutchings@solarflare.com>
Thu, 5 Jan 2012 18:51:32 +0000 (18:51 +0000)
commitc7310f29ace992464d023954965a20ed4a7a13d6
treee83cd43f2f1f978a04ec745c820d73c945b3bd0e
parent639edc56cd79bd668f2844380129441211316ba4
sfc: Avoid assignment in an if-statement, reported by checkpatch

Fix the following error:

ERROR: do not use assignment in if condition

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/efx.c