linux/drivers/staging/mei
Tomas Winkler 3a5352fc9d staging/mei: Don't check if loop cursor is null
list_for_each_entry_safe(pos, next, &head, list)
	if (pos) {
		....
	}

This check isn't needed.  The list cursor in a list_for_each()
loop is always a valid pointer

Cc: Oren Weil <oren.jer.weil@intel.com>
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-12-08 15:00:44 -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: Don't check if loop cursor is null 2011-12-08 15:00:44 -08: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: don't check if list is empty before looping 2011-11-28 06:46:18 +09:00
iorw.c staging/mei: don't check if list is empty before looping 2011-11-28 06:46:18 +09:00
Kconfig staging: mei: adding watchdog core dependency to kconfig 2011-09-09 13:28:21 -07:00
main.c staging/mei: don't check if list is empty before looping 2011-11-28 06:46:18 +09:00
Makefile staging/mei: add mei to staging Kbuild 2011-05-18 08:30:59 -07:00
mei_dev.h staging/mei: remove status member of mei_io_list 2011-11-28 06:46:17 +09: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 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