Re: [PATCH V3] ath/ath9k/ar9003_eeprom.c: Remove semicolon after if

2012-10-10 Thread Joe Perches
On Wed, 2012-10-10 at 18:38 +0200, Peter Senna Tschudin wrote: > This patch remove a semicolon after if(...) that is preventing the > error check to work correctly. Removing this semicolon will change the > code behavior, but this is intended. > > The semantic patch that finds this problem is as f

[PATCH V3] ath/ath9k/ar9003_eeprom.c: Remove semicolon after if

2012-10-10 Thread Peter Senna Tschudin
This patch remove a semicolon after if(...) that is preventing the error check to work correctly. Removing this semicolon will change the code behavior, but this is intended. The semantic patch that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r1@ position p; @@ if (...);@p