Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2009 20:25:43 +0900
From:      Weongyo Jeong <weongyo.jeong@gmail.com>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r190550 - head/sys/dev/malo
Message-ID:  <20090330112543.GG26132@weongyo.cdnetworks.kr>
In-Reply-To: <200903301123.n2UBNExd065054@svn.freebsd.org>
References:  <200903301123.n2UBNExd065054@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090330112543.GG26132>