[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110504042047.GB278@e-circ.dyndns.org>
Date: Wed, 4 May 2011 06:20:47 +0200
From: Kurt Van Dijck <kurt.van.dijck@....be>
To: Oliver Hartkopp <socketcan@...tkopp.net>
Cc: socketcan-core@...ts.berlios.de, netdev@...r.kernel.org
Subject: Re: [PATCH v4 2/5] can: add rtnetlink support
> Besides some minor adaptions to support the SVN i left out some infrastructure
> changes you made in patch 2/5 to constify this ...
>
> > -static struct can_proto *proto_tab[CAN_NPROTO] __read_mostly;
> > +static const struct can_proto *proto_tab[CAN_NPROTO] __read_mostly;
>
> and this ...
>
> > -static struct can_proto *can_try_module_get(int protocol)
> > +static const struct can_proto *can_try_module_get(int protocol)
>
> (..)
>
> > +static inline void can_put_proto(const struct can_proto *cp)
> > +{
> > + module_put(cp->prot->owner);
> > +}
>
> These infrastructure changes did not really belong to the rtnetlink support.
I see. I see I've made a mistake in the patch set here.
I'll go for a seperate 'make it const' patch.
Thanks,
Kurt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists