~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to drivers/net/ethernet/broadcom/tg3.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
10760
10760
        tg3_ape_scratchpad_read(tp, &temperature, attr->index,
10761
10761
                                sizeof(temperature));
10762
10762
        spin_unlock_bh(&tp->lock);
10763
 
        return sprintf(buf, "%u\n", temperature);
 
10763
        return sprintf(buf, "%u\n", temperature * 1000);
10764
10764
}
10765
10765
 
10766
10766