git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1990207
)
ktest: Add helper function to avoid duplicate code
author
Steven Rostedt
<srostedt@redhat.com>
Wed, 15 Jun 2011 00:49:13 +0000
(20:49 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 15 Jun 2011 00:49:13 +0000
(20:49 -0400)
Several places had the following code:
get_grub_index;
get_version;
install;
start_monitor;
return monitor;
Creating a function "start_monitor_and_boot()" replaces these mulitple
uses with a single call.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found