commit | 3232e04df7224f31a31cfe927096f3d03ba743ab | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Thu Sep 04 08:10:05 2014 -0300 |
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | Tue Sep 23 16:13:36 2014 -0300 |
tree | dc290f5e60e868b66c12334c49c5bb8e4e04b4b9 | |
parent | fb91bde9d3664dd879655f3a1013c0b5728e7a09 [diff] |
[media] staging: lirc: freeing ERR_PTRs We call kfree(data_buf) in the error handling and that will oops if this is an error pointer. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>