2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-16 17:23:55 +08:00
linux-next/drivers/net/hamradio
Hannes Eder eb33ae2486 drivers/net/hamradio: fix warning: format not a string literal and no ...
Impact: Use 'static const char[]' instead of 'static char[]' and while
being at it fix an issue in 'mkiss_init_driver', where in case of an
error the status code was not passed to printk.

Fix this warnings:
  drivers/net/hamradio/6pack.c: In function 'sixpack_init_driver':
  drivers/net/hamradio/6pack.c:802: warning: format not a string literal and no format arguments
  drivers/net/hamradio/bpqether.c: In function 'bpq_init_driver':
  drivers/net/hamradio/bpqether.c:609: warning: format not a string literal and no format arguments
  drivers/net/hamradio/mkiss.c: In function 'mkiss_init_driver':
  drivers/net/hamradio/mkiss.c:988: warning: format not a string literal and no format arguments
  drivers/net/hamradio/mkiss.c:991: warning: format not a string literal and no format arguments
  drivers/net/hamradio/scc.c: In function 'scc_init_driver':
  drivers/net/hamradio/scc.c:2109: warning: format not a string literal and no format arguments
  drivers/net/hamradio/yam.c: In function 'yam_init_driver':
  drivers/net/hamradio/yam.c:1094: warning: format not a string literal and no format arguments

Signed-off-by: Hannes Eder <hannes@hanneseder.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-17 17:26:11 -08:00
..
6pack.c drivers/net/hamradio: fix warning: format not a string literal and no ... 2009-02-17 17:26:11 -08:00
baycom_epp.c baycom: convert to net_device_ops 2009-01-21 14:02:34 -08:00
baycom_par.c [PARPORT] Remove unused 'irq' argument from parport irq functions 2007-10-23 19:53:16 -04:00
baycom_ser_fdx.c drivers/net: use nr_irqs 2008-10-16 16:52:05 +02:00
baycom_ser_hdx.c IRQ: Maintain regs pointer globally rather than passing to IRQ handlers 2006-10-05 15:10:12 +01:00
bpqether.c drivers/net/hamradio: fix warning: format not a string literal and no ... 2009-02-17 17:26:11 -08:00
dmascc.c dmascc: convert to network_device_ops 2009-01-21 14:02:36 -08:00
hdlcdrv.c hdlcdrv: convert to net_device_ops 2009-01-21 14:02:38 -08:00
Kconfig Documentation: Fix erroneous "dmascc=" documentation 2007-10-20 00:11:36 +02:00
Makefile
mkiss.c drivers/net/hamradio: fix warning: format not a string literal and no ... 2009-02-17 17:26:11 -08:00
scc.c drivers/net/hamradio: fix warning: format not a string literal and no ... 2009-02-17 17:26:11 -08:00
yam1200.h
yam9600.h
yam.c drivers/net/hamradio: fix warning: format not a string literal and no ... 2009-02-17 17:26:11 -08:00
z8530.h