]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
wl12xx: print acx id
authorEliad Peller <eliad@wizery.com>
Thu, 25 Aug 2011 15:10:57 +0000 (18:10 +0300)
committerLuciano Coelho <coelho@ti.com>
Wed, 14 Sep 2011 08:47:17 +0000 (11:47 +0300)
Add id param to the acx debug print (on wl1271_cmd_configure)

Signed-off-by: Eliad Peller <eliad@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/wl12xx/cmd.c

index 817bc183bc8372f0a7fb22a286e977229862f2d6..9ec2f31b0ecfd78615c9619f55590242e54555bb 100644 (file)
@@ -895,7 +895,7 @@ int wl1271_cmd_configure(struct wl1271 *wl, u16 id, void *buf, size_t len)
        struct acx_header *acx = buf;
        int ret;
 
-       wl1271_debug(DEBUG_CMD, "cmd configure");
+       wl1271_debug(DEBUG_CMD, "cmd configure (%d)", id);
 
        acx->id = cpu_to_le16(id);