1
0
Fork 0
alistair23-linux/drivers/staging/unisys/visorutil
Sudip Mukherjee f9b64692e1 staging: unisys: unneeded NULL check
the NULL check for memregion is not required as it has already been
checked for NULL after kzalloc. so we can reach this part of the code
only if memregion is not NULL.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-11-07 09:22:46 -08:00
..
Kconfig drivers/staging/unisys: Let all IOMEM related modules depend on HAS_IOMEM 2014-10-02 09:39:33 -07:00
Makefile staging: unisys: remove unused macros 2014-06-26 20:13:40 -04:00
charqueue.c staging: unisys: split double assignment in visor_charqueue_create() 2014-11-05 11:50:49 -08:00
charqueue.h staging: unisys: refactor CHARQUEUE 2014-11-05 11:50:49 -08:00
easyproc.c Staging: unisys: visorutil: easyproc: fixed a line over 80 characters coding style issue 2014-10-27 10:33:07 +08:00
easyproc.h staging: unisys: fix copyright notices 2014-04-25 15:25:40 -07:00
memregion.h staging: unisys: remove typedef for MEMREGION 2014-11-05 11:50:49 -08:00
memregion_direct.c staging: unisys: unneeded NULL check 2014-11-07 09:22:46 -08:00
periodic_work.c staging: unisys: fix bracketing in visor_periodic_work_stop() 2014-11-05 11:50:49 -08:00
procobjecttree.c staging: unisys: visorutil: Remove null check before kfree 2014-10-23 13:43:46 +08:00
visorkmodutils.c staging: unisys: refactor visorutil_mod_init() 2014-11-05 11:50:50 -08:00