svn commit: r190550 - head/sys/dev/malo

Weongyo Jeong weongyo.jeong at gmail.com
Mon Mar 30 04:25:52 PDT 2009


On Mon, Mar 30, 2009 at 11:23:14AM +0000, Weongyo Jeong wrote:
> Author: weongyo
> Date: Mon Mar 30 11:23:14 2009
> New Revision: 190550
> URL: http://svn.freebsd.org/changeset/base/190550
> 
> Log:
>   corrects a error message.
> 
> Modified:
>   head/sys/dev/malo/if_malohal.c
> 
> Modified: head/sys/dev/malo/if_malohal.c
> ==============================================================================
> --- head/sys/dev/malo/if_malohal.c	Mon Mar 30 10:54:07 2009	(r190549)
> +++ head/sys/dev/malo/if_malohal.c	Mon Mar 30 11:23:14 2009	(r190550)
> @@ -128,7 +128,7 @@ malo_hal_attach(device_t dev, uint16_t d
>  		       NULL,			/* lockarg */
>  		       &mh->mh_dmat);
>  	if (error != 0) {
> -		device_printf(dev, "unable to allocate memory for cmd buffer, "
> +		device_printf(dev, "unable to allocate memory for cmd tag, "
>  			"error %u\n", error);
>  		goto fail;
>  	}

MFC after:	3 days

regards,
Weongyo Jeong



More information about the svn-src-all mailing list