From: Frank Schaefer Date: Thu, 21 Mar 2013 16:51:13 +0000 (-0300) Subject: [media] bttv: audio_mux(): use a local variable "gpio_mute" instead of modifying... X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~81^2~308 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28cafc38eca54851dd342b49bad9dd693890cb5c;p=pandora-kernel.git [media] bttv: audio_mux(): use a local variable "gpio_mute" instead of modifying the function parameter "mute" Function audio_mux() actually deals with two types of mute: gpio mute and subdevice muting. This patch claryfies the meaning of these values, but mainly prepares the code for the next patch. Signed-off-by: Frank Schäfer Acked-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed