You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The variable cdx_addr is a stack-allocated zero-initialized char array, but
it is never used anywhere, except as part of error message out. The
intention is to display device name, so fix the code to reflect that.
Fixes: 45ef232 ("bus/cdx: introduce AMD CDX bus")
Cc: [email protected]
Signed-off-by: Anatoly Burakov <[email protected]>
Acked-by: Nipun Gupta <[email protected]>
0 commit comments