commit | 4bd8b4de6f806f1429d23a2f6e2549ed0e8bc49b | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Nov 30 11:43:41 2011 +0300 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Dec 01 09:57:32 2011 -0800 |
tree | 3daab3d79bdb7c004af12eeb914fd372441b84f3 | |
parent | f75c0510784e9f6ce8808b01fb826d89d0ffbcd6 [diff] |
Staging: line6: NULL dereference in dev_err() "line6" hasn't been set at this point and we should be using &interface->dev instead. Gcc would have complained about this if it weren't for the fact that we initialized line6 to NULL. I removed the initialization. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>