Commit f4307b4
mmc: mmc_test: Fix removal of debugfs file
In __mmc_test_register_dbgfs_file(), we need to assign 'file', as it's
being used when removing the debugfs files when the mmc_test module is
removed.
Fixes: a04c50a ("mmc: core: no need to check return value of debugfs_create functions")
Signed-off-by: Ye Bin <[email protected]>
Acked-by: Adrian Hunter <[email protected]>
Cc: [email protected]
[Ulf: Re-wrote the commit msg]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Ulf Hansson <[email protected]>1 parent a3cab1d commit f4307b4
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3179 | 3179 | | |
3180 | 3180 | | |
3181 | 3181 | | |
3182 | | - | |
| 3182 | + | |
| 3183 | + | |
3183 | 3184 | | |
3184 | 3185 | | |
3185 | 3186 | | |
| |||
0 commit comments