commit | 2fe038e33c3921512f5450e113c263a772939f4c | [log] [tgz] |
---|---|---|
author | Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de> | Sat Jun 04 17:36:10 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Sep 15 14:05:25 2011 +0200 |
tree | 608a8aa550b54f9dbfafe6e9dc2f97ba788aa5f6 | |
parent | a28ee477e5e5e183fa0289841fd90f350a6e0415 [diff] |
scsi/sg: use printk_ratelimited instead of printk_ratelimit Since printk_ratelimit() shouldn't be used anymore (see comment in include/linux/printk.h), replace it with printk_ratelimited. Signed-off-by: Christian Dietrich <christian.dietrich@informatik.uni-erlangen.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>