linux/drivers/staging/mei
Tomas Winkler 479bc59d88 staging: mei: fix possible usage of uninitialized variable
Fix warning: reported in http://marc.info/?l=linux-kernel&m=130812960402606&w=2

drivers/staging/mei/interrupt.c: warning: 'buffer' may be used uninitialized in this function:  => 198

It is a real issue and wrong path in execution is taken when
list is empty or (cl && _mei_irq_thread_state_ok(cl, mei_hdr))
evaluates to false

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-28 13:21:33 -07:00
..
hw.h staging/mei: Hardware and MEI driver internal struct definition 2011-05-18 08:30:58 -07:00
init.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
interface.c staging: mei: rename num_mei_me_clients to me_clients_num 2011-06-28 13:21:32 -07:00
interface.h staging/mei: MEI link layer 2011-05-18 08:30:57 -07:00
interrupt.c staging: mei: fix possible usage of uninitialized variable 2011-06-28 13:21:33 -07:00
iorw.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
Kconfig staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
main.c staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
Makefile staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
mei_dev.h staging: mei: io_list functions revamp 2011-06-28 13:21:33 -07:00
mei_version.h staging/mei: PCI device and char driver support. 2011-05-18 08:30:56 -07:00
mei.h staging/mei: mei.h defining user space interface 2011-05-18 08:30:58 -07:00
mei.txt
TODO
wd.c staging: mei: mei_dev - use type bool instead of int 2011-06-28 13:20:33 -07:00