From 71893bb077a61c7b590bf7780422407a01a409c0 Mon Sep 17 00:00:00 2001 From: Chase Southwood Date: Thu, 10 Jul 2014 23:02:27 -0500 Subject: [PATCH] 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-format-patch failed