Re: [PATCH -next] HSI: ssi_protocol: Fix sparse non static symbol warning

2014-07-20 Thread Sebastian Reichel
Hi, On Sun, Jul 20, 2014 at 01:17:20PM +0800, weiyj...@163.com wrote: > Fixes the following sparse warning: > > drivers/hsi/clients/ssi_protocol.c:904:6: warning: > symbol 'ssip_port_event' was not declared. Should it be static? > > Signed-off-by: Wei Yongjun Applied to linux-hsi.git: https:

[PATCH -next] HSI: ssi_protocol: Fix sparse non static symbol warning

2014-07-19 Thread weiyj_lk
From: Wei Yongjun Fixes the following sparse warning: drivers/hsi/clients/ssi_protocol.c:904:6: warning: symbol 'ssip_port_event' was not declared. Should it be static? Signed-off-by: Wei Yongjun --- drivers/hsi/clients/ssi_protocol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di