alistair23-linux/drivers/staging/gdm724x
Haneen Mohammed df02b50acf Staging: gdm724x: replace pr_err with dev_err
This patch replace pr_err with dev_err, when appropriate device structre
is found.
Issue found using the following Coccinelle script:

@r exists@
identifier f, s, i;
position p;
@@

f(...,struct s *i,...) {
<+...
when != i == NULL
pr_err@p(...);
...+>
}

@rr@
identifier r.s, fld;
@@

struct s {
	...
	struct device *fld;
	...
};

@@
identifier r.i, rr.fld;
position r.p;
@@
-pr_err@p
+dev_err
   (
+ i->fld,
...)

Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-03-18 11:16:36 +01:00
..
gdm_endian.c
gdm_endian.h
gdm_lte.c staging: gdm724x: use !x instead of x == NULL 2015-03-16 16:28:47 +01:00
gdm_lte.h
gdm_mux.c Staging: gdm724x: replace pr_err with dev_err 2015-03-18 11:16:36 +01:00
gdm_mux.h staging: gdm724x: Fix incorrect type in assignment 2014-10-20 10:29:18 +08:00
gdm_tty.c
gdm_tty.h
gdm_usb.c Staging: gdm724x: replace pr_err with dev_err 2015-03-18 11:16:36 +01:00
gdm_usb.h
hci.h
hci_packet.h
Kconfig
Makefile
netlink_k.c
netlink_k.h
TODO