diff --git a/src/add-ons/accelerants/intel_extreme/Ports.cpp b/src/add-ons/accelerants/intel_extreme/Ports.cpp index f6f865b067..ece8cfd4d9 100644 --- a/src/add-ons/accelerants/intel_extreme/Ports.cpp +++ b/src/add-ons/accelerants/intel_extreme/Ports.cpp @@ -130,10 +130,10 @@ Port::SetPipe(Pipe* pipe) uint32 portState = read32(portRegister); - if (pipe->Index() == INTEL_PIPE_A) - write32(portRegister, portState & ~DISPLAY_MONITOR_PIPE_B); - else - write32(portRegister, portState | DISPLAY_MONITOR_PIPE_B); + if (pipe->Index() == INTEL_PIPE_A) + write32(portRegister, portState & ~DISPLAY_MONITOR_PIPE_B); + else + write32(portRegister, portState | DISPLAY_MONITOR_PIPE_B); fPipe = pipe;