Files
linux/drivers
Stefan Richter 0a41981803 firewire: core: typecast from gfp_t to bool more safely
An idr related patch introduced the following sparse warning:
  drivers/firewire/core-cdev.c:488:33: warning: incorrect type in initializer (different base types)
  drivers/firewire/core-cdev.c:488:33:    expected bool [unsigned] [usertype] preload
  drivers/firewire/core-cdev.c:488:33:    got restricted gfp_t
So let's convert from gfp_t bitfield to Boolean explicitly and safely.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
2013-07-30 15:46:18 +02:00
..
2013-05-17 14:31:05 -04:00
2013-05-30 18:27:24 -07:00
2013-05-06 13:07:33 +02:00
2013-05-20 13:38:14 -07:00
2013-06-04 17:25:18 -07:00
2013-05-15 10:58:22 -07:00
2013-06-05 08:54:16 -06:00