Commit d0856a6
bus: mhi: host: Do not use uninitialized 'dev' pointer in mhi_init_irq_setup()
In mhi_init_irq_setup, the device pointer used for dev_err() was not
initialized. Use the pointer from mhi_cntrl instead.
Fixes: b0fc016 ("bus: mhi: core: Allow shared IRQ for event rings")
Fixes: 3000f85 ("bus: mhi: core: Add support for basic PM operations")
Signed-off-by: Adam Xue <[email protected]>
[mani: reworded subject/description and CCed stable]
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Krishna Chaitanya Chundru <[email protected]>
Cc: [email protected]
Link: https://patch.msgid.link/[email protected]1 parent 376358b commit d0856a6
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
197 | | - | |
198 | 197 | | |
199 | 198 | | |
200 | 199 | | |
| |||
221 | 220 | | |
222 | 221 | | |
223 | 222 | | |
224 | | - | |
| 223 | + | |
225 | 224 | | |
226 | 225 | | |
227 | 226 | | |
| |||
232 | 231 | | |
233 | 232 | | |
234 | 233 | | |
235 | | - | |
| 234 | + | |
236 | 235 | | |
237 | 236 | | |
238 | 237 | | |
| |||
0 commit comments