From: Jingoo Han Date: Mon, 23 Sep 2013 01:44:35 +0000 (-0300) Subject: [media] saa7146: remove unnecessary pci_set_drvdata() X-Git-Tag: v3.13-rc1~47^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f61d41585f8a7a52d67fd3d6aa4aa6db75f360c;p=pandora-kernel.git [media] saa7146: remove unnecessary pci_set_drvdata() The driver core clears the driver data to NULL after device_release or on probe failure. Thus, it is not needed to manually clear the device driver data to NULL. Signed-off-by: Jingoo Han Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed