diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hsi/hsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hsi/hsi.c b/drivers/hsi/hsi.c index c17d12ca8e7f..5c76a36419d4 100644 --- a/drivers/hsi/hsi.c +++ b/drivers/hsi/hsi.c | |||
@@ -100,7 +100,7 @@ static void hsi_new_client(struct hsi_port *port, struct hsi_board_info *info) | |||
100 | cl->device.archdata = *info->archdata; | 100 | cl->device.archdata = *info->archdata; |
101 | if (device_register(&cl->device) < 0) { | 101 | if (device_register(&cl->device) < 0) { |
102 | pr_err("hsi: failed to register client: %s\n", info->name); | 102 | pr_err("hsi: failed to register client: %s\n", info->name); |
103 | kfree(cl); | 103 | put_device(&cl->device); |
104 | } | 104 | } |
105 | } | 105 | } |
106 | 106 | ||