From cf883f9b068f58fdee7ca586d1716987c546f765 Mon Sep 17 00:00:00 2001 From: Ana Rey Date: Thu, 13 Mar 2014 10:47:51 +0100 Subject: [PATCH] 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 Acked-by: Paul E. McKenney Signed-off-by: Peter P Waskiewicz Jr --- Reading git-format-patch failed