style fix
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22258 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -266,8 +266,7 @@ init_driver(void) {
|
||||
return B_ERROR;
|
||||
|
||||
/* get a handle for the isa bus */
|
||||
if (get_module(B_ISA_MODULE_NAME, (module_info **)&isa_bus) != B_OK)
|
||||
{
|
||||
if (get_module(B_ISA_MODULE_NAME, (module_info **)&isa_bus) != B_OK) {
|
||||
put_module(B_PCI_MODULE_NAME);
|
||||
return B_ERROR;
|
||||
}
|
||||
|
||||
@@ -293,7 +293,7 @@ find_device(const char *name)
|
||||
|
||||
|
||||
void
|
||||
uninit_driver(void)
|
||||
uninit_driver(void)
|
||||
{
|
||||
/* free the driver data */
|
||||
DELETE_BEN(pd->kernel);
|
||||
|
||||
Reference in New Issue
Block a user