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
..
Kconfig
Makefile
hw.h
init.c
interface.c
interface.h
interrupt.c
iorw.c
main.c mei: rename struct pci_dev *mei_device to mei_pdev 2012-09-05 13:45:56 -07:00
mei_dev.h mei: fix max number of open handles 2012-09-05 13:45:56 -07:00
wd.c