commit | a9e8d70c1ac6c9ccf6852c91e082e28249564e6e | [log] [tgz] |
---|---|---|
author | Julia Lawall <julia@diku.dk> | Mon Jan 09 08:51:03 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Feb 08 14:14:12 2012 -0800 |
tree | f3665e0f3bb9af917bb3d2508efe8f481966c553 | |
parent | 6b8ca4cf53e04f377944228b66ddc7d5d593e705 [diff] |
drivers/staging/omapdrm/omap_fbdev.c: move free after uses Move the free after the final uses. The semantic patch that makes this report is available in scripts/coccinelle/free/kfree.cocci. More information about semantic patching is available at http://coccinelle.lip6.fr/ Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>