Skip to content

Commit eb2fc8d

Browse files
committed
NVIDIA: VR: SAUCE: firmware: smccc: lfa: tag init log with SAUCE identifier
Add [NVIDIA VR SAUCE lfa_v2] to the boot-time LFA detection message so dmesg clearly identifies kernels carrying these patches. Signed-off-by: Nirmoy Das <nirmoyd@nvidia.com>
1 parent 43d8018 commit eb2fc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/firmware/smccc/lfa_fw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ static int __init lfa_init(void)
985985
return -ENODEV;
986986
}
987987

988-
pr_info("Live Firmware Activation: detected v%ld.%ld\n",
988+
pr_info("Live Firmware Activation: detected v%ld.%ld [NVIDIA VR SAUCE lfa_v2]\n",
989989
reg.a0 >> 16, reg.a0 & 0xffff);
990990

991991
fw_images_update_wq = alloc_workqueue("fw_images_update_wq",

0 commit comments

Comments
 (0)