aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSudip Mukherjee <[email protected]>2015-04-23 19:08:16 +0530
committerGreg Kroah-Hartman <[email protected]>2015-05-08 09:24:12 +0200
commitcd14ad8be7c521db39f031ab99393360eac553ce (patch)
tree8967f151603afc94ae0aed722169a1c44fecedd4 /tools/perf/scripts/python
parentcf376ec0ee5c2078d99a60aadd742232f725b451 (diff)
staging: sm7xxfb: use framebuffer_alloc and release
use the standard framebuffer_alloc() and framebuffer_release() instead of custom defined function. for making that change we had to change a member of the private structure from a variable to pointer and had to touch almost all places of the file. since fb was changed into a pointer so all instance of "sfb->fb." has been changed into "sfb->fb->". now we will get build warning about smtc_alloc_fb_info() and smtc_free_fb_info() to be unused which will be removed in the next patch of the series. Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions