Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mcp251xfd-regmap: fix compiler warning
Fix the following compiler warning: | mcp251xfd/mcp251xfd-regmap.c:38:4: warning: ignoring return value of function declared with 'warn_unused_result' attribute [-Wunused-result] | fscanf(reg_file, "%*[^\n]\n"); | ^~~~~~ ~~~~~~~~~~~~~~~~~~~~~ Reported-by: https://github.com/Chaitanya84 Link: linux-can#506
- Loading branch information