adt7470.c (dc1632321ba1e93dde25870e96cebe21b7d52517) adt7470.c (5407e051354bdd943f6ea66562112c9868d64cf5)
1/*
2 * A hwmon driver for the Analog Devices ADT7470
3 * Copyright (C) 2007 IBM
4 *
1/*
2 * A hwmon driver for the Analog Devices ADT7470
3 * Copyright (C) 2007 IBM
4 *
5 * Author: Darrick J. Wong <djwong@us.ibm.com>
5 * Author: Darrick J. Wong <darrick.wong@oracle.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 1295 unchanged lines hidden (view full) ---

1309 wait_for_completion(&data->auto_update_stop);
1310 hwmon_device_unregister(data->hwmon_dev);
1311 sysfs_remove_group(&client->dev.kobj, &data->attrs);
1312 return 0;
1313}
1314
1315module_i2c_driver(adt7470_driver);
1316
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of

--- 1295 unchanged lines hidden (view full) ---

1309 wait_for_completion(&data->auto_update_stop);
1310 hwmon_device_unregister(data->hwmon_dev);
1311 sysfs_remove_group(&client->dev.kobj, &data->attrs);
1312 return 0;
1313}
1314
1315module_i2c_driver(adt7470_driver);
1316
1317MODULE_AUTHOR("Darrick J. Wong <djwong@us.ibm.com>");
1317MODULE_AUTHOR("Darrick J. Wong <darrick.wong@oracle.com>");
1318MODULE_DESCRIPTION("ADT7470 driver");
1319MODULE_LICENSE("GPL");
1318MODULE_DESCRIPTION("ADT7470 driver");
1319MODULE_LICENSE("GPL");