mwifiex: fix decimal printf format specifiers prefixed with 0x
[deliverable/linux.git] / drivers / net / wireless / mwifiex / cfg80211.c
index e2e6bf13c2d8c0858656f494c839da81d0731fa5..2856f0ecb8fc98f1906b0e4913ede484bebe981b 100644 (file)
@@ -246,7 +246,7 @@ mwifiex_cfg80211_remain_on_channel(struct wiphy *wiphy,
        }
 
        if (priv->roc_cfg.cookie) {
-               wiphy_dbg(wiphy, "info: ongoing ROC, cookie = 0x%llu\n",
+               wiphy_dbg(wiphy, "info: ongoing ROC, cookie = 0x%llx\n",
                          priv->roc_cfg.cookie);
                return -EBUSY;
        }
This page took 0.038489 seconds and 5 git commands to generate.