mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 27 May 2016 14:18:19 +0000 (10:18 -0400)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 16 Jun 2016 15:05:07 +0000 (18:05 +0300)
commitd3f04ece53a40f6d3c83821ce0cf82d3d16880c9
tree8dc5c46efc67adb7be00eb53a9a9d3632535638a
parenta82f65aae143f298e7b795ffd8f1cbbe76653a90
mwifiex: use dev_err() instead of pr_err() in mwifiex_sdio_probe()

It's better to have the device name prefixed in the error message.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Reviewed-by: Julian Calaby <julian.calaby@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/mwifiex/sdio.c