svn commit: r213480 - in head/sys/dev/usb: . serial

Hans Petter Selasky hselasky at c2i.net
Mon Oct 11 15:43:18 UTC 2010


On Wednesday 06 October 2010 16:29:00 Gleb Smirnoff wrote:
> +static uint8_t scsi_tct_dummy[4];

Hi,

struct bbb_transfer *sc;

We already have a dummy receive buffer in sc->buffer. Use that instead of 
declaring a new one.

--HPS


More information about the svn-src-head mailing list