linux-stable/drivers/staging/mei
Tomas Winkler 6f37aca827 staging/mei: fix check for allocating host client id
MEI_CLIENTS_MAX is 255 and host_client_id is u8 therefore
for check to work we need to first assign the return value
of find_first_zero_bit to unsigned long variable

Fix warning

drivers/staging/mei/main.c: In function mei_open
drivers/staging/mei/main.c:260:2: warning: comparison is always false due to limited range of data type

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-11-26 16:05:14 -08:00
..
hw.h staging/mei: Hardware and MEI driver internal struct definition 2011-05-18 08:30:58 -07:00
init.c staging: mei: Organize the initialization state machine. 2011-09-26 17:26:03 -07:00
interface.c drivers/staging/mei/interface.c: take size of pointed value, not pointer 2011-09-16 20:49:18 +02:00
interface.h staging: mei: adding set_timeout watchdog function 2011-09-09 13:28:20 -07:00
interrupt.c staging: mei: Organize the initialization state machine. 2011-09-26 17:26:03 -07:00
iorw.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
Kconfig staging: mei: adding watchdog core dependency to kconfig 2011-09-09 13:28:21 -07:00
main.c staging/mei: fix check for allocating host client id 2011-11-26 16:05:14 -08:00
Makefile staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
mei.h staging/mei: mei.h defining user space interface 2011-05-18 08:30:58 -07:00
mei.txt
mei_dev.h staging: mei: expose misc interface instead of char device 2011-11-26 16:05:13 -08:00
mei_version.h staging/mei: PCI device and char driver support. 2011-05-18 08:30:56 -07:00
TODO staging: mei: clean the TODO file from done tasks. 2011-10-17 15:46:48 -07:00
wd.c staging:mei: wd_ops and wd_info should be static 2011-11-26 16:05:13 -08:00