Commit 825fc49
media: mgb4: Fix double debugfs remove
Fixes an error where debugfs_remove_recursive() is called first on a parent
directory and then again on a child which causes a kernel panic.
Signed-off-by: Martin Tůma <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Fixes: 0ab1367 ("media: pci: mgb4: Added Digiteq Automotive MGB4 driver")
Cc: <[email protected]>
[hverkuil: added Fixes/Cc tags]1 parent 1613e60 commit 825fc49
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
642 | 642 | | |
643 | 643 | | |
644 | 644 | | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | 645 | | |
649 | 646 | | |
650 | 647 | | |
| |||
659 | 656 | | |
660 | 657 | | |
661 | 658 | | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
662 | 663 | | |
663 | 664 | | |
664 | 665 | | |
| |||
0 commit comments