From: Benjamin Romer Date: Thu, 23 Oct 2014 18:30:02 +0000 (-0400) Subject: staging: unisys: refactor ULTRA_channel_client_release_os() X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~994 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0859891848dcbf192afa4a73ee5f8ddd5e6c0e11;p=pandora-kernel.git staging: unisys: refactor ULTRA_channel_client_release_os() Remove the unnecessary macro ULTRA_CHANNEL_CLIENT_RELEASE_OS(), rename the function to spar_channel_client_release_os(), fix references to the macro to call the function directly instead, remove the unnecessary logCtx, file, and line parameters, and fix CamelCase names: pChannel => ch chanId => id pChan => hdr Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed