Loading include/linux/device.h +6 −4 Original line number Diff line number Diff line Loading @@ -895,7 +895,8 @@ extern const char *dev_driver_string(const struct device *dev); #ifdef CONFIG_PRINTK extern int dev_vprintk_emit(int level, const struct device *dev, extern __printf(3, 0) int dev_vprintk_emit(int level, const struct device *dev, const char *fmt, va_list args); extern __printf(3, 4) int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...); Loading @@ -920,7 +921,8 @@ int _dev_info(const struct device *dev, const char *fmt, ...); #else static int dev_vprintk_emit(int level, const struct device *dev, static inline __printf(3, 0) int dev_vprintk_emit(int level, const struct device *dev, const char *fmt, va_list args) { return 0; } static inline __printf(3, 4) Loading Loading
include/linux/device.h +6 −4 Original line number Diff line number Diff line Loading @@ -895,7 +895,8 @@ extern const char *dev_driver_string(const struct device *dev); #ifdef CONFIG_PRINTK extern int dev_vprintk_emit(int level, const struct device *dev, extern __printf(3, 0) int dev_vprintk_emit(int level, const struct device *dev, const char *fmt, va_list args); extern __printf(3, 4) int dev_printk_emit(int level, const struct device *dev, const char *fmt, ...); Loading @@ -920,7 +921,8 @@ int _dev_info(const struct device *dev, const char *fmt, ...); #else static int dev_vprintk_emit(int level, const struct device *dev, static inline __printf(3, 0) int dev_vprintk_emit(int level, const struct device *dev, const char *fmt, va_list args) { return 0; } static inline __printf(3, 4) Loading