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:
f8b77d3
)
hdpuftrs: fix build
author
Mariusz Kozlowski
<
[email protected]
>
Wed, 29 Oct 2008 21:01:05 +0000
(14:01 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 30 Oct 2008 18:38:46 +0000
(11:38 -0700)
drivers/misc/hdpuftrs/hdpu_nexus.c:118: error: expected identifier or '(' before 'return'
drivers/misc/hdpuftrs/hdpu_nexus.c:119: error: expected identifier or '(' before '}' token
Signed-off-by: Mariusz Kozlowski <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/misc/hdpuftrs/hdpu_nexus.c
patch
|
blob
|
history
diff --git
a/drivers/misc/hdpuftrs/hdpu_nexus.c
b/drivers/misc/hdpuftrs/hdpu_nexus.c
index 08e26beefe64182f78f509343bcdbc5156d81aca..ce39fa54949ba39645d80e1af92a035bc0aa099b 100644
(file)
--- a/
drivers/misc/hdpuftrs/hdpu_nexus.c
+++ b/
drivers/misc/hdpuftrs/hdpu_nexus.c
@@
-113,7
+113,6
@@
static int hdpu_nexus_probe(struct platform_device *pdev)
if (!hdpu_chassis_id)
printk(KERN_WARNING "sky_nexus: "
"Unable to create proc dir entry: sky_chassis_id\n");
- }
return 0;
}