Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb4af0f5 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Grant Likely
Browse files

spi/doc: spi_master_put must be followed up by kfree

parent 8f53602b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -830,7 +830,8 @@ static struct class spi_master_class = {
 *
 * The caller is responsible for assigning the bus number and initializing
 * the master's methods before calling spi_register_master(); and (after errors
 * adding the device) calling spi_master_put() to prevent a memory leak.
 * adding the device) calling spi_master_put() and kfree() to prevent a memory
 * leak.
 */
struct spi_master *spi_alloc_master(struct device *dev, unsigned size)
{