diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-06 23:08:36 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-12 03:15:38 +0200 |
commit | aa7a2d971e5117216dca6cd0d7c41efa9235b0e6 (patch) | |
tree | 7f48df133527b70fb77c1113e02cc7077bf73a0f /LICENSES | |
parent | b8345bb5d492a911c2143528ca443a5c4f04a9a3 (diff) | |
download | upstream-aa7a2d971e5117216dca6cd0d7c41efa9235b0e6.tar.gz upstream-aa7a2d971e5117216dca6cd0d7c41efa9235b0e6.tar.bz2 upstream-aa7a2d971e5117216dca6cd0d7c41efa9235b0e6.zip |
ralink: mt7620: fix compilation warning for device_reset in i2s driver
Fix compilation warning for device_reset in i2s driver.
Fix compilation warning:
sound/soc/ralink/ralink-i2s.c: In function 'ralink_i2s_probe':
sound/soc/ralink/ralink-i2s.c:885:9: error: ignoring return value of 'device_reset' declared with attribute 'warn_unused_result' [-Werror=unused-result]
885 | device_reset(&pdev->dev);
| ^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errorralink: mt7620: fix compilation
warning for device_reset in i2s driver
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'LICENSES')
0 files changed, 0 insertions, 0 deletions