diff options
| author | Bhaktipriya Shridhar <[email protected]> | 2016-03-10 23:31:22 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-03-11 22:09:09 -0800 |
| commit | d9209cb8f1133254f168cf0814cd07360263fc9c (patch) | |
| tree | f92bb9999518d69dd036cd16003fd2a56e12182c /scripts/gdb/linux/lists.py | |
| parent | 3deba0bcd818769eab2c108808543b863a2c671f (diff) | |
staging: rtl8723au: hal: Remove unnecessary function and its call
The function odm_DynamicBBPowerSaving23a on being called, simply returns
back. The function hasn't been mentioned in the TODO and doesn't have FIXME
code around. Hence, odm_DynamicBBPowerSaving23a and its calls have been
removed.
This was done using Coccinelle.
@@
identifier f;
@@
void f(...) {
-return;
}
Signed-off-by: Bhaktipriya Shridhar <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions