staging: rts5139: make the local variable static
authorAna Rey <anarey@gmail.com>
Thu, 13 Mar 2014 09:47:51 +0000 (10:47 +0100)
committerPeter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Mon, 17 Mar 2014 00:33:36 +0000 (17:33 -0700)
commitcf883f9b068f58fdee7ca586d1716987c546f765
tree6c0f2053ce31972e576cb9e400449776811e79c7
parentf6bd19e0ae33a35197a4ee9473f14077a3e7d71d
staging: rts5139: make the local variable static

Make the local variable (media_not_present and invalid_cmd_field) static

Fix the following sparse warnings in rts51x_transport.c

drivers/staging/rts5139/rts51x_transport.c:649:4: warning: symbol 'media_not_present' was not declared. Should it be static?
drivers/staging/rts5139/rts51x_transport.c:651:4: warning: symbol 'invalid_cmd_field' was not declared. Should it be static?

Signed-off-by: Ana Rey <anarey@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
drivers/staging/rts5139/rts51x_transport.c
This page took 0.025046 seconds and 5 git commands to generate.