29 Aug
2013
29 Aug
'13
2:21 p.m.
On Mon, Aug 26, 2013 at 09:25:14AM -0300, Fabio Estevam wrote:
Driver core clears the driver data to NULL after device_release or on probe failure, so just remove it from here.
Applied, thanks. The actual thing here is a bit deeper - if anything ever relies on the driver data being set after remove() it's buggy anyway, setting it to NULL at all is pretty much ornamental.