Subversion Repositories Kolibri OS

Rev

Rev 6102 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6102 Rev 7143
Line 120... Line 120...
120
static inline void dev_set_drvdata(struct device *dev, void *data)
120
static inline void dev_set_drvdata(struct device *dev, void *data)
121
{
121
{
122
	dev->driver_data = data;
122
	dev->driver_data = data;
123
}
123
}
Line -... Line 124...
-
 
124
 
-
 
125
static inline __printf(2, 3)
-
 
126
void dev_notice(const struct device *dev, const char *fmt, ...)
Line 124... Line 127...
124
 
127
{}