aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorVaishali Thakkar <vthakkar1994@gmail.com>2015-03-11 11:41:24 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-03-16 16:07:15 +0100
commit28af7ea81e161eadb48051ec0e280666e925ccd8 (patch)
tree4195b01b082bf9f0d8a3566fb00311e962ef3694 /scripts/decode_stacktrace.sh
parentStaging: rtl8188eu: Eliminate use of _set_timer (diff)
Staging: rtl8188eu: Eliminate use of _init_timer
This patch introduces the use of API function setup_timer instead of driver specific function init_timer as it is the preferred and standard way to set and setup the timer. To be compatible with the changes, argument types of referenced functions are changed. Also, definition of function _init_timer is removed as it is no longer needed after this change. Here, these cases are handled using Coccinelle and semantic patch used for this is as follows: @@ expression x, y; identifier a, b;@@ - _init_timer (&x, y, a, b); + setup_timer (&x, a, (unsigned long)b); Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions