Commit cbfa5be
net: bcmasp: fix double free of WoL irq
We do not need to free wol_irq since it was instantiated with
devm_request_irq(). So devres will free for us.
Fixes: a2f0751 ("net: bcmasp: Add support for WoL magic packet")
Signed-off-by: Justin Chen <[email protected]>
Reviewed-by: Florian Fainelli <[email protected]>
Link: https://patch.msgid.link/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>1 parent 7a4fc5c commit cbfa5be
1 file changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1152 | 1152 | | |
1153 | 1153 | | |
1154 | 1154 | | |
1155 | | - | |
1156 | | - | |
1157 | | - | |
1158 | | - | |
1159 | | - | |
1160 | | - | |
1161 | 1155 | | |
1162 | 1156 | | |
1163 | 1157 | | |
| |||
1363 | 1357 | | |
1364 | 1358 | | |
1365 | 1359 | | |
1366 | | - | |
1367 | 1360 | | |
1368 | 1361 | | |
1369 | 1362 | | |
| |||
1376 | 1369 | | |
1377 | 1370 | | |
1378 | 1371 | | |
1379 | | - | |
1380 | 1372 | | |
1381 | 1373 | | |
1382 | 1374 | | |
| |||
0 commit comments