Skip to content
Commit 74c0554a authored by Emil Goode's avatar Emil Goode Committed by Tomi Valkeinen
Browse files

video: vt8500lcdfb: Remove kfree call since devm_kzalloc() is used



We use devm_kzalloc() to allocate memory for the struct vt8500lcd_info
pointer fbi, so there is no need to free it in vt8500lcd_remove().

Signed-off-by: default avatarEmil Goode <emilgoode@gmail.com>
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent 4bc8cad5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment