~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/gpio/ab8500-gpio.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
482
482
 
483
483
        ret = gpiochip_remove(&ab8500_gpio->chip);
484
484
        if (ret < 0) {
485
 
                dev_err(ab8500_gpio->dev, "unable to remove gpiochip:\
486
 
                                %d\n", ret);
 
485
                dev_err(ab8500_gpio->dev, "unable to remove gpiochip: %d\n",
 
486
                        ret);
487
487
                return ret;
488
488
        }
489
489
 
516
516
module_exit(ab8500_gpio_exit);
517
517
 
518
518
MODULE_AUTHOR("BIBEK BASU <bibek.basu@stericsson.com>");
519
 
MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins\
520
 
                        to be used as GPIO");
 
519
MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins to be used as GPIO");
521
520
MODULE_ALIAS("AB8500 GPIO driver");
522
521
MODULE_LICENSE("GPL v2");