forked from Minki/linux
hdpuftrs: fix build
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 <m.kozlowski@tuxland.pl> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
f8b77d3939
commit
99e87fd19a
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user