public inbox for b.a.t.m.a.n@lists.open-mesh.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/2] batman-adv: fix SIF show / store uint regression
@ 2012-06-10 14:05 Marek Lindner
  2012-06-10 14:05 ` [B.A.T.M.A.N.] [PATCH 2/2] " Marek Lindner
  2012-06-11  5:49 ` [B.A.T.M.A.N.] [PATCH 1/2] " Sven Eckelmann
  0 siblings, 2 replies; 6+ messages in thread
From: Marek Lindner @ 2012-06-10 14:05 UTC (permalink / raw)
  To: b.a.t.m.a.n; +Cc: Marek Lindner

Regression was introduced with commit: 98881e49

Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
 bat_sysfs.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/bat_sysfs.c b/bat_sysfs.c
index e0272fe..e1ba286 100644
--- a/bat_sysfs.c
+++ b/bat_sysfs.c
@@ -135,8 +135,9 @@ ssize_t batadv_store_##_name(struct kobject *kobj,			\
 	if (!hard_iface)						\
 		return 0;						\
 									\
-	length = __store_uint_attr(buff, count, _min, _max, _post_func,	\
-				   attr, &hard_iface->_name, net_dev);	\
+	length = __batadv_store_uint_attr(buff, count, _min, _max,	\
+					  _post_func, attr,		\
+					  &hard_iface->_name, net_dev);	\
 									\
 	hardif_free_ref(hard_iface);					\
 	return length;							\
-- 
1.7.9.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-11 19:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [B.A.T.M.A.N.] [PATCH 2/2] " Marek Lindner
2012-06-11  5:49   ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox