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

« back to all changes in this revision

Viewing changes to drivers/hwmon/w83791d.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
 
557
557
/* Note: we save and restore the fan minimum here, because its value is
558
558
   determined in part by the fan divisor.  This follows the principle of
559
 
   least suprise; the user doesn't expect the fan minimum to change just
 
559
   least surprise; the user doesn't expect the fan minimum to change just
560
560
   because the divisor changed. */
561
561
static ssize_t store_fan_div(struct device *dev, struct device_attribute *attr,
562
562
                                const char *buf, size_t count)