From: Marek Lindner <lindner_marek@yahoo.de>
To: b.a.t.m.a.n@lists.open-mesh.org
Cc: Marek Lindner <lindner_marek@yahoo.de>
Subject: [B.A.T.M.A.N.] [PATCH 2/2] batman-adv: fix SIF show / store uint regression
Date: Sun, 10 Jun 2012 22:05:41 +0800 [thread overview]
Message-ID: <1339337141-3938-2-git-send-email-lindner_marek@yahoo.de> (raw)
In-Reply-To: <1339337141-3938-1-git-send-email-lindner_marek@yahoo.de>
Regression was introduced with commit: 36709939
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
bat_sysfs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bat_sysfs.c b/bat_sysfs.c
index e1ba286..ca0bdda 100644
--- a/bat_sysfs.c
+++ b/bat_sysfs.c
@@ -139,7 +139,7 @@ ssize_t batadv_store_##_name(struct kobject *kobj, \
_post_func, attr, \
&hard_iface->_name, net_dev); \
\
- hardif_free_ref(hard_iface); \
+ batadv_hardif_free_ref(hard_iface); \
return length; \
}
@@ -157,7 +157,7 @@ ssize_t batadv_show_##_name(struct kobject *kobj, \
\
length = sprintf(buff, "%i\n", atomic_read(&hard_iface->_name));\
\
- hardif_free_ref(hard_iface); \
+ batadv_hardif_free_ref(hard_iface); \
return length; \
}
--
1.7.9.1
next prev parent reply other threads:[~2012-06-10 14:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-10 14:05 [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: fix SIF show / store uint regression Marek Lindner
2012-06-10 14:05 ` Marek Lindner [this message]
2012-06-11 5:49 ` [B.A.T.M.A.N.] [PATCH 2/2] " Sven Eckelmann
2012-06-11 19:39 ` Marek Lindner
2012-06-11 5:49 ` [B.A.T.M.A.N.] [PATCH 1/2] " Sven Eckelmann
2012-06-11 19:36 ` Marek Lindner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1339337141-3938-2-git-send-email-lindner_marek@yahoo.de \
--to=lindner_marek@yahoo.de \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox