mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 10:04:04 +02:00
RAS/AMD/ATL: Remove an unneeded semicolon
Remove an unneeded semicolon. No functional changes. Detected by Coccinelle. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de> Link: https://patch.msgid.link/20240701072118.846277-1-nichen@iscas.ac.cn
This commit is contained in:
parent
8f0b4cce44
commit
0923a618a7
|
|
@ -683,7 +683,7 @@ static int denorm_addr_df4_np2(struct addr_ctx *ctx)
|
|||
default:
|
||||
atl_debug_on_bad_intlv_mode(ctx);
|
||||
return -EINVAL;
|
||||
};
|
||||
}
|
||||
|
||||
if (ctx->map.num_intlv_sockets == 1) {
|
||||
hash_pa8 = BIT_ULL(shift_value) & ctx->ret_addr;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user