Wolfram, I found a minor checkpatch issue with the change while applying the patch to my local branch. WARNING: line over 80 characters #11: FILE: drivers/i2c/busses/i2c-brcmstb.c:589: + dev->bsc_regmap = devm_kzalloc(&pdev->dev, sizeof(*dev->bsc_regmap), GFP_KERNEL); Kamal On Thu, Feb 25, 2016 at 2:32 PM, Kamal Dasu <kdasu.kdev@xxxxxxxxx> wrote: >> We want the size of the struct, not of a pointer to it. To be future proof, >> just dereference the pointer to get the desired type. > > Thanks for catching and fixing this. > >> >> Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxxxxx> > > Reviewed-by: Kamal Dasu <kdasu.kdev@xxxxxxxxx> > > Kamal -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html