Re: [PATCH] media: remove driver_data direct access of struct device

2009-05-11 Thread Greg KH
On Fri, May 01, 2009 at 10:18:38PM -0500, Mike Isely wrote: > > Acked-By: Mike Isely > > Note #1: I am just acking the pvrusb2 part of this. > > Note #2: I am immediately pulling the pvrusb2 part of these changes into > that driver. Thanks for doing this, I appreciate it. greg k-h -- To unsu

Re: [PATCH] media: remove driver_data direct access of struct device

2009-05-01 Thread Mike Isely
Acked-By: Mike Isely Note #1: I am just acking the pvrusb2 part of this. Note #2: I am immediately pulling the pvrusb2 part of these changes into that driver. -Mike On Thu, 30 Apr 2009, Greg Kroah-Hartman wrote: > From: Greg Kroah-Hartman > > In the near future, the driver core is goin

[PATCH] media: remove driver_data direct access of struct device

2009-04-30 Thread Greg Kroah-Hartman
From: Greg Kroah-Hartman In the near future, the driver core is going to not allow direct access to the driver_data pointer in struct device. Instead, the functions dev_get_drvdata() and dev_set_drvdata() should be used. These functions have been around since the beginning, so are backwards com