]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
i2c: Let the user specify PCI driver data through new_id
authorJean Delvare <khali@linux-fr.org>
Sun, 27 Jan 2008 17:14:51 +0000 (18:14 +0100)
committerJean Delvare <khali@hyperion.delvare>
Sun, 27 Jan 2008 17:14:51 +0000 (18:14 +0100)
commit0f07a24b4baf14859fde39b29bcc6fe279d18109
tree0ff3b88a1435a37480e9203dcca91482fb1dba3c
parentb7a3670131c7662415fa799700fc0bdfe90a54b6
i2c: Let the user specify PCI driver data through new_id

The i2c-amd756 and i2c-viapro drivers make use of the driver_data
field of the PCI device ID. When adding device IDs dynamically (by
writing to the new_id sysfs file) you cannot set the value of this
field by default. It has to be allowed explicitly. Do that, and
check the value so that the user can't crash the kernel accidentally.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/i2c/busses/i2c-amd756.c
drivers/i2c/busses/i2c-viapro.c