Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.36 KB | None | 0 0
  1. --- mn88473.c.orig         2016-09-17 23:02:36.207362191 +0200
  2. +++ mn88473.c      2016-09-17 23:03:10.420786897 +0200
  3. @@ -492,7 +492,7 @@
  4.  
  5.            dev_dbg(&client->dev, "chip id=%02x\n", uitmp);
  6.  
  7. -          if (uitmp != 0x03) {
  8. +          if (uitmp != 0x03 && uitmp != 0x08) {
  9.                ret = -ENODEV;
  10.                goto err_regmap_0_regmap_exit;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement