From: Jes Sorensen Date: Thu, 4 Dec 2014 21:15:43 +0000 (-0500) Subject: staging: rtl8723au: usb_dvobj_init(): A NULL pointer check for usb_host_endpoints... X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~478 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=069b000ce432667ec6754572dda920b729d0a73c;p=pandora-kernel.git staging: rtl8723au: usb_dvobj_init(): A NULL pointer check for usb_host_endpoints makes no sense struct usb_host_interface points to an array of struct usb_host_endpoints - it makes no sense to do a NULL pointer check for each pointer. Signed-off-by: Jes Sorensen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed