1
0
Fork 0

HID: alps: clean up indentation issue

There is an if statement that is indented too deeply, fix this by removing the
extraneous tab.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
zero-sugar-mainline-defconfig
Colin Ian King 2020-09-20 15:17:16 +01:00 committed by Jiri Kosina
parent 5bf2f2f331
commit 2c34688937
1 changed files with 1 additions and 1 deletions

View File

@ -526,7 +526,7 @@ static int u1_init(struct hid_device *hdev, struct alps_dev *pri_data)
ret = u1_read_write_register(hdev, ADDRESS_U1_NUM_SENS_Y,
&sen_line_num_y, 0, true);
if (ret < 0) {
if (ret < 0) {
dev_err(&hdev->dev, "failed U1_NUM_SENS_Y (%d)\n", ret);
goto exit;
}