~ubuntu-branches/ubuntu/wily/linux-ti-omap4/wily

« back to all changes in this revision

Viewing changes to drivers/net/wireless/rt2x00/rt2x00pci.c

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Ubuntu: 3.5.0-26.42
  • Date: 2013-03-14 15:21:40 UTC
  • mfrom: (76.1.1 quantal-proposed)
  • Revision ID: package-import@ubuntu.com-20130314152140-tl4mkjmxa038tm3h
Tags: 3.5.0-221.31
* Release Tracking Bug
  - LP: #1153648

[ Paolo Pisati ]

* rebased on Ubuntu-3.5.0-26.42

[ Ubuntu: 3.5.0-26.42 ]

* Release Tracking Bug
  - LP: #1152715
* ubuntu: overlayfs -- fix missmerge of vfs_open changes
  - LP: #1122094, #1147678

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
                udelay(REGISTER_BUSY_DELAY);
53
53
        }
54
54
 
55
 
        ERROR(rt2x00dev, "Indirect register access failed: "
56
 
              "offset=0x%.08x, value=0x%.08x\n", offset, *reg);
 
55
        printk_once(KERN_ERR "%s() Indirect register access failed: "
 
56
              "offset=0x%.08x, value=0x%.08x\n", __func__, offset, *reg);
57
57
        *reg = ~0;
58
58
 
59
59
        return 0;