Re: [PATCH] I2C-PIIX4: Use common error handling code in piix4_probe()

2017-10-25 Thread Jean Delvare
On mer., 2017-10-25 at 13:40 +0200, SF Markus Elfring wrote: > From: Markus Elfring > Date: Wed, 25 Oct 2017 13:30:18 +0200 > > Add a jump target so that a bit of exception handling can be better reused > at the end of this function. > > This issue was detected by using the Coccinelle software.

[PATCH] I2C-PIIX4: Use common error handling code in piix4_probe()

2017-10-25 Thread SF Markus Elfring
From: Markus Elfring Date: Wed, 25 Oct 2017 13:30:18 +0200 Add a jump target so that a bit of exception handling can be better reused at the end of this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/i2c/busses/i2c-piix4.c | 16 ++