projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ead6fe
)
[PATCH] uml: remove unused variable
author
Jeff Dike
<
[email protected]
>
Mon, 10 Jul 2006 11:45:15 +0000
(
04:45
-0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 10 Jul 2006 20:24:24 +0000
(13:24 -0700)
The dedevfsification of UML left an unused variable behind.
Signed-off-by: Jeff Dike <
[email protected]
>
Cc: Paolo 'Blaisorblade' Giarrusso <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
arch/um/drivers/ubd_kern.c
patch
|
blob
|
history
diff --git
a/arch/um/drivers/ubd_kern.c
b/arch/um/drivers/ubd_kern.c
index 602d7286b9e0e90c997d6b7065f96f41e754cfcc..34085315aa57e045232a20abeea45ec1111dda79 100644
(file)
--- a/
arch/um/drivers/ubd_kern.c
+++ b/
arch/um/drivers/ubd_kern.c
@@
-627,7
+627,6
@@
static int ubd_new_disk(int major, u64 size, int unit,
{
struct gendisk *disk;
- int err;
disk = alloc_disk(1 << UBD_SHIFT);
if(disk == NULL)