From: Felipe Balbi Date: Mon, 24 Nov 2014 14:40:01 +0000 (-0600) Subject: usb: gadget: udc: pxa25x: remove unnecessary NULL check X-Git-Tag: omap-for-v3.19/fixes-rc1~87^2~32^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db9917b641d18d24932ee2ec95b23a1e26c3f7e;p=pandora-kernel.git usb: gadget: udc: pxa25x: remove unnecessary NULL check debugfs_remove() is safe against NULL pointers, so let's remove the unnecessary NULL check before calling it. Reviewed-by: Robert Jarzmik Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed