Angel Pons has posted comments on this change. ( https://review.coreboot.org/c/flashrom/+/40901 )
Change subject: lspcon_i2c_spi.c: Switch logs with 'Error:' to '__func__:' ......................................................................
Patch Set 3: Code-Review+1
(2 comments)
https://review.coreboot.org/c/flashrom/+/40901/3//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/flashrom/+/40901/3//COMMIT_MSG@7 PS3, Line 7: Switch
Prefix with fn name instead of just 'Error:'
Or:
Use '__func__' in error messages
https://review.coreboot.org/c/flashrom/+/40901/3//COMMIT_MSG@9 PS3, Line 9: Showing Error is not very informative and switch to function : name to make it easy for debug.
Replaces log lines with the prefix formatter '%s: .. […]
Replace*