Commit 68a7210
media: raspberrypi: Switch to remove_new
The remove callback's return value is about to change from int to void,
this is done by commit 0edb555 ("platform: Make
platform_driver::remove() return void"). Prepare for merging the patch by
switching the PiSP driver from remove to remove_new callback.
Fixes: 12187bd ("media: raspberrypi: Add support for PiSP BE")
Signed-off-by: Stephen Rothwell <[email protected]>
Acked-by: Naushir Patuck <[email protected]>
Acked-by: Jacopo Mondi <[email protected]>
Signed-off-by: Sakari Ailus <[email protected]>
Reviewed-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>1 parent 1c2c57b commit 68a7210
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1756 | 1756 | | |
1757 | 1757 | | |
1758 | 1758 | | |
1759 | | - | |
| 1759 | + | |
1760 | 1760 | | |
1761 | 1761 | | |
1762 | 1762 | | |
| |||
1765 | 1765 | | |
1766 | 1766 | | |
1767 | 1767 | | |
1768 | | - | |
1769 | | - | |
1770 | 1768 | | |
1771 | 1769 | | |
1772 | 1770 | | |
| |||
1783 | 1781 | | |
1784 | 1782 | | |
1785 | 1783 | | |
1786 | | - | |
| 1784 | + | |
1787 | 1785 | | |
1788 | 1786 | | |
1789 | 1787 | | |
| |||
0 commit comments