1
0
Fork 0
alistair23-linux/drivers/video/savage
Peter Senna Tschudin d63f2c532f drivers/video/savage/savagefb_driver.c: fix error return code
Convert a nonnegative error return code to a negative one, as returned
elsewhere in the function.

A simplified version of the semantic match that finds this problem is as
follows: (http://coccinelle.lip6.fr/)

// <smpl>
(
if@p1 (\(ret < 0\|ret != 0\))
 { ... return ret; }
|
ret@p1 = 0
)
... when != ret = e1
    when != &ret
*if(...)
{
  ... when != ret = e2
      when forall
 return ret;
}
// </smpl>

Signed-off-by: Peter Senna Tschudin <peter.senna@gmail.com>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
2012-10-10 02:06:18 +00:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
savagefb-i2c.c savagefb: New S3_TWISTER and S3_PROSAVAGEDDR chip families 2011-05-24 16:04:54 +09:00
savagefb.h savagedb: Fix typo causing regression in savage4 series video chip detection 2011-08-06 12:02:40 -07:00
savagefb_accel.c video: Add module.h to drivers/video files who really use it. 2011-10-31 19:31:33 -04:00
savagefb_driver.c drivers/video/savage/savagefb_driver.c: fix error return code 2012-10-10 02:06:18 +00:00