Re: [PATCH] drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()

2013-09-02 Thread Chen Gang
It seems the "./scripts/get_maintainer.pl" is not quite precise, it lead me to send this mail to kernel mailing list, not to drivers related mailing list. [root@gchenlinux linux-next]# ./scripts/get_maintainer.pl /tmp/0001-drivers-misc-bmp085-remove-__init-from-mp085_get_of_.patch Arnd

[PATCH] drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()

2013-09-02 Thread Chen Gang
bmp085_get_of_properties() is called by bmp085_init_client() which is called by bmp085_probe() which is an EXPORT_SYMBOL_GPL function. bmp085_probe() is really used as a probe function by another modules (e.g. bmp085-i2c.c, bmp085-spi.c). Except bmp085_get_of_properties(), all functions have no

[PATCH] drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()

2013-09-02 Thread Chen Gang
bmp085_get_of_properties() is called by bmp085_init_client() which is called by bmp085_probe() which is an EXPORT_SYMBOL_GPL function. bmp085_probe() is really used as a probe function by another modules (e.g. bmp085-i2c.c, bmp085-spi.c). Except bmp085_get_of_properties(), all functions have no

Re: [PATCH] drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()

2013-09-02 Thread Chen Gang
It seems the ./scripts/get_maintainer.pl is not quite precise, it lead me to send this mail to kernel mailing list, not to drivers related mailing list. [root@gchenlinux linux-next]# ./scripts/get_maintainer.pl /tmp/0001-drivers-misc-bmp085-remove-__init-from-mp085_get_of_.patch Arnd