[RFC 2/4] mfd: add Gateworks System Controller core driver
From: tharvey@gateworks.com (Tim Harvey)
Date: 2018-02-28 21:16:07
Also in:
linux-devicetree, linux-hwmon, linux-input, lkml
From: tharvey@gateworks.com (Tim Harvey)
Date: 2018-02-28 21:16:07
Also in:
linux-devicetree, linux-hwmon, linux-input, lkml
On Wed, Feb 28, 2018 at 10:53 AM, Andrew Lunn [off-list ref] wrote:
quoted
+ dev_err(&client->dev, ">> 0x%02x %d\n", reg, ret); + return ret; + } + dev_dbg(&client->dev, ">> 0x%02x=0x%02x (%d)\n", reg, val, retry); + + return 0;Hi Tim There appears to be a few spaces vs tabs issues in this file. Andrew
Thanks. I'll run through checkpatch prior to v2. Tim