Skip to content

Commit 39ca30f

Browse files
Test patch
Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent d27633c commit 39ca30f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/iio/light/ltr501.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,8 @@ static int ltr501_probe(struct i2c_client *client,
15911591
if (ret)
15921592
goto error_unreg_buffer;
15931593

1594+
printk(KERN_INFO "This is a test 2\n");
1595+
15941596
return 0;
15951597

15961598
error_unreg_buffer:

0 commit comments

Comments
 (0)