Skip to content

Commit

Permalink
media: lt6911uxc: Fix KW issue.
Browse files Browse the repository at this point in the history
Fix KW issue.

Signed-off-by: zouxiaoh <xiaohong.zou@intel.com>
Signed-off-by: Ng Khai Wen <khai.wen.ng@intel.com>
  • Loading branch information
khaiwenng authored and krispan-intel committed Jul 16, 2021
1 parent 1a1b0ad commit 3ebd33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/i2c/lt6911uxc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1354,7 +1354,7 @@ static irqreturn_t lt6911uxc_threaded_irq_fn(int irq, void *dev_id)
struct lt6911uxc_state *lt6911uxc;

if (!sd) {
dev_err(sd->dev, "Invalid dev_id argument!\n");
dev_err(NULL, "Invalid dev_id argument!\n");
return IRQ_NONE;
}

Expand Down

0 comments on commit 3ebd33d

Please sign in to comment.