Re: [PATCH v2 1/3] radio-si470x: move some file operations to common file

2009-12-09 Thread Tobias Lorenz
Hi, good patch. This saves quite some code in the I2C part of the driver... Acked-by: Tobias Lorenz Bye, Toby Am Donnerstag 03 Dezember 2009 13:57:22 schrieb Joonyoung Shim: > The read and poll file operations of the si470x usb driver can be used > also equally on the si470x i2c driver, so the

[PATCH v2 1/3] radio-si470x: move some file operations to common file

2009-12-03 Thread Joonyoung Shim
The read and poll file operations of the si470x usb driver can be used also equally on the si470x i2c driver, so they go to the common file. Signed-off-by: Joonyoung Shim --- drivers/media/radio/si470x/radio-si470x-common.c | 98 ++ drivers/media/radio/si470x/radio-si470x-i