Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/28/2006 18:00:53
Module Name: src
Committed By: tsutsui
Date: Sat Oct 28 18:00:53 UTC 2006
Modified Files:
src/sys/dev/pci: if_bge.c
Log Message:
M_TRALINGSPACE(m) returns 0 if M_READONLY(m) is true,
so no need to call both. Pointed out by Pavel Cahyna.
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/dev/pci/if_bge.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.