Date: Sat, 7 Oct 2006 04:37:39 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107393 for review Message-ID: <200610070437.k974bdDi001857@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107393 Change 107393 by imp@imp_lighthouse on 2006/10/07 04:36:49 check right return value. Affected files ... .. //depot/projects/arm/src/sys/arm/at91/at91_mci.c#25 edit Differences ... ==== //depot/projects/arm/src/sys/arm/at91/at91_mci.c#25 (text+ko) ==== @@ -233,7 +233,7 @@ rid = 0; sc->irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, RF_ACTIVE); - if (sc->mem_res == NULL) + if (sc->irq_res == NULL) goto errout; return (0); errout:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610070437.k974bdDi001857>