Commit 63f4dbb
staging: vchiq_arm: Register debugfs after cdev
The commit 2a4d15a ("staging: vchiq: Refactor vchiq cdev code")
moved the debugfs directory creation before vchiq character device
registration. In case the latter fails, the debugfs directory won't
be cleaned up.
Fixes: 2a4d15a ("staging: vchiq: Refactor vchiq cdev code")
Signed-off-by: Stefan Wahren <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>1 parent 96622d5 commit 63f4dbb
File tree
1 file changed
+2
-2
lines changed- drivers/staging/vc04_services/interface/vchiq_arm
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1386 | 1386 | | |
1387 | 1387 | | |
1388 | 1388 | | |
1389 | | - | |
1390 | | - | |
1391 | 1389 | | |
1392 | 1390 | | |
1393 | 1391 | | |
| |||
1401 | 1399 | | |
1402 | 1400 | | |
1403 | 1401 | | |
| 1402 | + | |
| 1403 | + | |
1404 | 1404 | | |
1405 | 1405 | | |
1406 | 1406 | | |
| |||
0 commit comments