Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux

Pull i3c updates from Alexandre Belloni:

- two small fixes to the svc driver

* tag 'i3c/for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/linux:
i3c: master: svc: fix doc warning in svc-i3c-master.c
i3c: master: svc: drop free_irq of devm_request_irq allocated irq

+1 -2
+1 -2
drivers/i3c/master/svc-i3c-master.c
··· 195 195 }; 196 196 197 197 /** 198 - * struct svc_i3c_i3c_dev_data - Device specific data 198 + * struct svc_i3c_i2c_dev_data - Device specific data 199 199 * @index: Index in the master tables corresponding to this device 200 200 * @ibi: IBI slot index in the master structure 201 201 * @ibi_pool: IBI pool associated to this device ··· 1448 1448 if (ret) 1449 1449 return ret; 1450 1450 1451 - free_irq(master->irq, master); 1452 1451 clk_disable_unprepare(master->pclk); 1453 1452 clk_disable_unprepare(master->fclk); 1454 1453 clk_disable_unprepare(master->sclk);