[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120222064910.GD11087@shlinux2.ap.freescale.net>
Date: Wed, 22 Feb 2012 14:49:11 +0800
From: Dong Aisheng <aisheng.dong@...escale.com>
To: Stephen Warren <swarren@...dia.com>
CC: Linus Walleij <linus.walleij@...ricsson.com>,
<B29396@...escale.com>, <s.hauer@...gutronix.de>,
<dongas86@...il.com>, <shawn.guo@...aro.org>,
<thomas.abraham@...aro.org>, <tony@...mide.com>,
<linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 10/20] pinctrl: Assume map table entries can't have a
NULL ctrl_dev_name field
On Sun, Feb 19, 2012 at 11:45:50PM -0700, Stephen Warren wrote:
> These are already disallowed. Clean up some code that doesn't assume this.
>
> Signed-off-by: Stephen Warren <swarren@...dia.com>
> ---
> drivers/pinctrl/core.c | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/pinctrl/core.c b/drivers/pinctrl/core.c
> index 331ffb6..37dfac7 100644
> --- a/drivers/pinctrl/core.c
> +++ b/drivers/pinctrl/core.c
> @@ -770,8 +770,7 @@ static int pinctrl_hog_maps(struct pinctrl_dev *pctldev)
>
> mutex_lock(&pinctrl_maps_mutex);
> for_each_maps(maps_node, i, map) {
> - if (map->ctrl_dev_name &&
> - !strcmp(map->ctrl_dev_name, devname) &&
> + if (!strcmp(map->ctrl_dev_name, devname) &&
> !strcmp(map->dev_name, devname)) {
> /* OK time to hog! */
> ret = pinctrl_hog_map(pctldev, map);
> --
> 1.7.5.4
>
Acked-by: Dong Aisheng <dong.aisheng@...aro.org>
Regards
Dong Aisheng
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists