From: Malcolm Priestley Date: Wed, 19 Feb 2014 19:34:18 +0000 (+0000) Subject: staging: vt6656: Move device_set_multi code call to vRunCommand X-Git-Tag: v3.15-rc1~139^2~882 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd20e964072e1bfccee06362e55148d6a1117b5;p=pandora-kernel.git staging: vt6656: Move device_set_multi code call to vRunCommand device_set_multi is an atomic call, in order to reduce atomic area of driver move code to be called from vRunCommand. Later the atomic area of vRunCommand can be reduced. Change existing code in device_set_multi to new function vnt_configure_filter minus its locks. Change device_set_multi to call bScheduleCommand device_set_multi is nolonger called from device open. Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed