On 2019/3/20 13:15, Greg KH wrote: > On Wed, Mar 20, 2019 at 10:25:31AM +0800, Mao Wenan wrote: >> Add the missing uart_unregister_driver() and i2c_del_driver() before >> return from sc16is7xx_init() in the error handling case. >> >> Signed-off-by: Mao Wenan <maowenan@xxxxxxxxxx> >> Reviewed-by: Vladimir Zapolskiy <vz@xxxxxxxxx> >> Reviewed-by: Dan Carpeter <dan.carpenter@xxxxxxxxxx> >> Signed-off-by: Mao Wenan <maowenan@xxxxxxxxxx> >> --- >> v1->v2: fix compile warning if CONFIG_SERIAL_SC16IS7XX_SPI is not exist. >> v2->v3: create functions for i2c and spi to do error handling as dan carpenter suggestion. >> v3->v4: As Greg suggestion, v4 is based on v1 and v3. >> drivers/tty/serial/sc16is7xx.c | 46 ++++++++++++++++++++++------------ > > Please use scripts/get_maintainers.pl for who to send patches to, and > what mailing list to cc: in the future. OK. I'm sorry for that I only sent the patch to whom have already reviewed. > > thanks, > > greg k-h > > . >