Merge tag 'drm/panel/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linux into drm-next
drm/panel: Changes for v4.4-rc1 Just two small cleanup patches to fix coccinelle warnings. * tag 'drm/panel/for-4.4-rc1' of git://anongit.freedesktop.org/tegra/linux: drm/bridge: ptn3460: Fix coccinelle warnings drm/bridge: ps8622: Fix coccinelle warnings
This commit is contained in:
@@ -400,7 +400,6 @@ static struct i2c_driver ptn3460_driver = {
|
|||||||
.remove = ptn3460_remove,
|
.remove = ptn3460_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "nxp,ptn3460",
|
.name = "nxp,ptn3460",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = ptn3460_match,
|
.of_match_table = ptn3460_match,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
@@ -668,7 +668,6 @@ static struct i2c_driver ps8622_driver = {
|
|||||||
.remove = ps8622_remove,
|
.remove = ps8622_remove,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "ps8622",
|
.name = "ps8622",
|
||||||
.owner = THIS_MODULE,
|
|
||||||
.of_match_table = ps8622_devices,
|
.of_match_table = ps8622_devices,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user