diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-06-19 08:02:25 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2012-07-03 15:51:07 -0400 |
commit | 7e1dfe5319de9ab8c73f3934da4debd0fd88c71c (patch) | |
tree | 70372b21f8b8b3126089588f7f728e9db92630c0 /drivers/pinctrl | |
parent | 5a511cd33f55e78de7b26eec16874535446bd6c0 (diff) |
pinctrl/u300: delete pointless debug print
This is some leftover from earlier development, let's get rid
of it.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl')
-rw-r--r-- | drivers/pinctrl/pinctrl-u300.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c index 13e7a3eb82e3..6cd697a079f9 100644 --- a/drivers/pinctrl/pinctrl-u300.c +++ b/drivers/pinctrl/pinctrl-u300.c | |||
@@ -1113,8 +1113,6 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev) | |||
1113 | int ret; | 1113 | int ret; |
1114 | int i; | 1114 | int i; |
1115 | 1115 | ||
1116 | pr_err("U300 PMX PROBE\n"); | ||
1117 | |||
1118 | /* Create state holders etc for this driver */ | 1116 | /* Create state holders etc for this driver */ |
1119 | upmx = devm_kzalloc(&pdev->dev, sizeof(*upmx), GFP_KERNEL); | 1117 | upmx = devm_kzalloc(&pdev->dev, sizeof(*upmx), GFP_KERNEL); |
1120 | if (!upmx) | 1118 | if (!upmx) |