diff --git a/[refs] b/[refs] index 102cafc4d22a..7ba5582c5bba 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38a684963f619eb9117cb898b92bde92cdd09127 +refs/heads/master: 848369926693778cd0f31bfca7fb951164715b4f diff --git a/trunk/drivers/mfd/tps65010.c b/trunk/drivers/mfd/tps65010.c index acf8b9d5f575..755c4030ea31 100644 --- a/trunk/drivers/mfd/tps65010.c +++ b/trunk/drivers/mfd/tps65010.c @@ -637,7 +637,7 @@ static int tps65010_probe(struct i2c_client *client, tps, DEBUG_FOPS); /* optionally register GPIOs */ - if (board && board->base > 0) { + if (board && board->base != 0) { tps->outmask = board->outmask; tps->chip.label = client->name;