diff options
Diffstat (limited to 'drivers/bluetooth/btmrvl_sdio.c')
-rw-r--r-- | drivers/bluetooth/btmrvl_sdio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c index 550bce089fa6..416d792176c2 100644 --- a/drivers/bluetooth/btmrvl_sdio.c +++ b/drivers/bluetooth/btmrvl_sdio.c | |||
@@ -764,8 +764,8 @@ static void btmrvl_sdio_interrupt(struct sdio_func *func) | |||
764 | 764 | ||
765 | card = sdio_get_drvdata(func); | 765 | card = sdio_get_drvdata(func); |
766 | if (!card || !card->priv) { | 766 | if (!card || !card->priv) { |
767 | BT_ERR("sbi_interrupt(%p) card or priv is " | 767 | BT_ERR("sbi_interrupt(%p) card or priv is NULL, card=%p", |
768 | "NULL, card=%p\n", func, card); | 768 | func, card); |
769 | return; | 769 | return; |
770 | } | 770 | } |
771 | 771 | ||