From 0f6628ed289b8009ce583438b16c6eb454e649ba Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 9 Apr 2010 17:00:56 +0000 Subject: oopsie, misplaced { --- sys/dev/pci/mpii.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'sys') diff --git a/sys/dev/pci/mpii.c b/sys/dev/pci/mpii.c index 85d9f354271..a0cd00ef95d 100644 --- a/sys/dev/pci/mpii.c +++ b/sys/dev/pci/mpii.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpii.c,v 1.14 2010/04/09 15:50:14 marco Exp $ */ +/* $OpenBSD: mpii.c,v 1.15 2010/04/09 17:00:55 marco Exp $ */ /* * Copyright (c) 2010 Mike Belopuhov * Copyright (c) 2009 James Giannoules @@ -3433,11 +3433,8 @@ mpii_event_sas(struct mpii_softc *sc, struct mpii_msg_event_reply *enp) break; case MPII_EVENT_SAS_TOPO_PS_RC_MISSING: if (!(dev = mpii_find_dev(sc, - letoh16(pe->dev_handle)))) { - printf("%s: nothing known about drive %#x\n", - DEVNAME(sc)); + letoh16(pe->dev_handle)))) break; - } mpii_remove_dev(sc, dev); if (sc->sc_scsibus) { SET(dev->flags, MPII_DF_DETACH); -- cgit v1.2.3