Date: Mon, 5 Mar 2007 22:49:47 GMT From: Paolo Pisati <piso@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 115378 for review Message-ID: <200703052249.l25MnlUk068221@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=115378 Change 115378 by piso@piso_newluxor on 2007/03/05 22:49:09 Trim a useless cast. Affected files ... .. //depot/projects/soc2006/intr_filter/dev/ppbus/ppbconf.c#6 edit Differences ... ==== //depot/projects/soc2006/intr_filter/dev/ppbus/ppbconf.c#6 (text+ko) ==== @@ -421,8 +421,7 @@ { int error; struct ppb_data *ppb = DEVTOSOFTC(bus); - struct ppb_device *ppbdev = - (struct ppb_device *)device_get_ivars(child); + struct ppb_device *ppbdev = device_get_ivars(child); /* a device driver must own the bus to register an interrupt */ if (ppb->ppb_owner != child)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703052249.l25MnlUk068221>