projects
/
petitboot
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac385bd
)
Remove const from print_device_remove
author
Jeremy Kerr
<jk@ozlabs.org>
Mon, 15 Dec 2008 06:45:46 +0000
(17:45 +1100)
committer
Jeremy Kerr
<jk@ozlabs.org>
Mon, 15 Dec 2008 06:45:46 +0000
(17:45 +1100)
..we can add consts where suitable later.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
ui/test/pb-test.c
patch
|
blob
|
history
diff --git
a/ui/test/pb-test.c
b/ui/test/pb-test.c
index 0d27f6cd4440566078330e96f1de12aa80fd67e9..fdca45c5eea19a7a9b60f3919cfc6a3eb17b2ef4 100644
(file)
--- a/
ui/test/pb-test.c
+++ b/
ui/test/pb-test.c
@@
-29,7
+29,7
@@
static int print_device_add(struct device *device)
return 0;
}
-static void print_device_remove(c
onst c
har *dev_id)
+static void print_device_remove(char *dev_id)
{
printf("removed device:\n");
printf("\tid: %s\n", dev_id);