]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/wireless/b43legacy/phy.c
b43legacy: Fix sparse warnings
[net-next-2.6.git] / drivers / net / wireless / b43legacy / phy.c
index 4c9442b16f3fb51ce9505ac5ac013d2d453d6f49..11319ec2d64a75d0788a3e6ea97357973b766da5 100644 (file)
@@ -1296,12 +1296,10 @@ void b43legacy_lo_write(struct b43legacy_wldev *dev,
        /* Sanity check. */
        if (pair->low < -8 || pair->low > 8 ||
            pair->high < -8 || pair->high > 8) {
-               struct b43legacy_phy *phy = &dev->phy;
                b43legacydbg(dev->wl,
                       "WARNING: Writing invalid LOpair "
-                      "(low: %d, high: %d, index: %lu)\n",
-                      pair->low, pair->high,
-                      (unsigned long)(pair - phy->_lo_pairs));
+                      "(low: %d, high: %d)\n",
+                      pair->low, pair->high);
                dump_stack();
        }
 #endif