Re: [PATCH] PKT_SCHED: validate policer configuration TLVs
From: "David S. Miller" <davem@davemloft.net>
Date: 2004-12-28 02:34:24
From: "David S. Miller" <davem@davemloft.net>
Date: 2004-12-28 02:34:24
On Wed, 8 Dec 2004 21:39:42 +0100 Thomas Graf [off-list ref] wrote:
quoted
Either these things are int's or u32's, they cannot be both :-) I know that size wise it's identical, but at least make the code look consistent.OK, I changed the dereferencing to use u32 as well and have it "casted" while assigning the value since changing the structure datatypes wouldn't make sense. Signed-off-by: Thomas Graf <tgraf@suug.ch>
Applied, thanks Thomas.