From: Ian Abbott Date: Fri, 8 Nov 2013 15:03:26 +0000 (+0000) Subject: staging: comedi: cleanup_device() -> comedi_device_detach_cleanup() X-Git-Tag: v3.14-rc1~150^2~775^2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3867e20db4823c733710f11b65606a9ed7d297c2;p=pandora-kernel.git staging: comedi: cleanup_device() -> comedi_device_detach_cleanup() Rename the local function `cleanup_device()` to `comedi_device_detach_cleanup()`. It is only called from the `comedi_device_detach()` function and that is called from `comedi_device_cleanup()` and other places. The more specific function name seems less confusing. Signed-off-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed