Style fix as pointed out by Stephan.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39664 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -119,8 +119,10 @@ init_interrupt_handler(intel_info &info)
|
|||||||
thread_id thread = find_thread(NULL);
|
thread_id thread = find_thread(NULL);
|
||||||
thread_info threadInfo;
|
thread_info threadInfo;
|
||||||
if (get_thread_info(thread, &threadInfo) != B_OK
|
if (get_thread_info(thread, &threadInfo) != B_OK
|
||||||
|| set_sem_owner(info.shared_info->vblank_sem, threadInfo.team) != B_OK)
|
|| set_sem_owner(info.shared_info->vblank_sem, threadInfo.team)
|
||||||
|
!= B_OK) {
|
||||||
status = B_ERROR;
|
status = B_ERROR;
|
||||||
|
}
|
||||||
|
|
||||||
if (status == B_OK && info.pci->u.h0.interrupt_pin != 0x00
|
if (status == B_OK && info.pci->u.h0.interrupt_pin != 0x00
|
||||||
&& info.pci->u.h0.interrupt_line != 0xff) {
|
&& info.pci->u.h0.interrupt_line != 0xff) {
|
||||||
|
|||||||
Reference in New Issue
Block a user