From f3fa8a57532aa5082abb163ec34fa860382130dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilpo=20J=C3=A4rvinen?= Date: Mon, 26 Nov 2007 23:34:54 +0800 Subject: [PATCH] --- yaml --- r: 78192 b: refs/heads/master c: e7d0362dd41e760f340c1b500646cc92522bd9d5 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/pcounter.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e6f0fcc7ff31..4dcf00bd4e61 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f1267347353b586e1a89a7d02c142be975bae699 +refs/heads/master: e7d0362dd41e760f340c1b500646cc92522bd9d5 diff --git a/trunk/include/linux/pcounter.h b/trunk/include/linux/pcounter.h index 620aaded4e94..9c4760a328f3 100644 --- a/trunk/include/linux/pcounter.h +++ b/trunk/include/linux/pcounter.h @@ -84,7 +84,7 @@ static inline int pcounter_getval(const struct pcounter *self) static inline void pcounter_add(struct pcounter *self, int inc) { - self->value += inc; + self->val += inc; } static inline int pcounter_getval(const struct pcounter *self)