Oops, fix logic error introduced in r230337.

This commit is contained in:
Pyun YongHyeon 2012-01-19 20:28:58 +00:00
parent 2ae7f64b45
commit d9fc28e40d

View File

@ -2745,7 +2745,7 @@ bge_can_use_msi(struct bge_softc *sc)
{
int can_use_msi = 0;
if (sc->bge_msi != 0)
if (sc->bge_msi == 0)
return (0);
/* Disable MSI for polling(4). */