Files
linux/drivers
Dan Carpenter 3e02a06ae3 wimax: wimax_msg_alloc() returns ERR_PTR not null
wimax_msg_alloc() returns an ERR_PTR and not null.  I changed it to test
for ERR_PTR instead of null.  I also added a check in front of the
kfree() because kfree() can handle null but not ERR_PTR.

Signed-off-by: Dan Carpenter <error27@gmail.com>
2010-05-11 14:09:19 -07:00
..
2010-04-06 10:55:33 -04:00
2010-04-20 16:37:13 -07:00
2010-04-20 16:37:13 -07:00
2010-03-06 11:26:28 -08:00