From: Chase Southwood Date: Fri, 11 Jul 2014 04:02:27 +0000 (-0500) Subject: staging: comedi: addi_apci_1564: remove null check of devpriv in apci1564_detach() X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~908 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71893bb077a61c7b590bf7780422407a01a409c0;p=pandora-kernel.git staging: comedi: addi_apci_1564: remove null check of devpriv in apci1564_detach() There is no need to test whether devpriv is null in this function. The check looks left over and we can just remove it. Signed-off-by: Chase Southwood Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed