alistair23-linux/drivers/misc/mei
Tomas Winkler 1e2776c3af mei: fix max number of open handles
There was internal confusion in wether bus message
clinet (0) is counted in or not

The bitmap me_clients_map that accomodate
was initialized w/o it (255) but later on it
the clinet 0 was reserved

Thus were able to open only 252 instead of 253 clients

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-09-05 13:45:56 -07:00
..
hw.h mei: style : reformat PCI device IDs 2012-08-16 09:43:58 -07:00
init.c mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
interface.c mei: introduce mei_data2slots wrapper 2012-07-10 14:58:35 -07:00
interface.h mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
interrupt.c mei: wd: decouple and revamp watchdog state machine 2012-08-16 09:51:02 -07:00
iorw.c mei: name space for mei device state 2012-08-16 09:43:58 -07:00
Kconfig Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
main.c mei: rename struct pci_dev *mei_device to mei_pdev 2012-09-05 13:45:56 -07:00
Makefile Staging: mei: move the mei code out of staging 2012-05-01 18:23:38 -04:00
mei_dev.h mei: fix max number of open handles 2012-09-05 13:45:56 -07:00
wd.c mei: wd: use watchdog_set/get_drvdata for passing mei_device 2012-08-16 09:51:02 -07:00