diff options
Diffstat (limited to 'drivers/md/bcache/sysfs.h')
-rw-r--r-- | drivers/md/bcache/sysfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/sysfs.h b/drivers/md/bcache/sysfs.h index 34e4ba1184fe..0526fe92a683 100644 --- a/drivers/md/bcache/sysfs.h +++ b/drivers/md/bcache/sysfs.h | |||
@@ -62,7 +62,7 @@ do { \ | |||
62 | #define sysfs_hprint(file, val) \ | 62 | #define sysfs_hprint(file, val) \ |
63 | do { \ | 63 | do { \ |
64 | if (attr == &sysfs_ ## file) { \ | 64 | if (attr == &sysfs_ ## file) { \ |
65 | ssize_t ret = hprint(buf, val); \ | 65 | ssize_t ret = bch_hprint(buf, val); \ |
66 | strcat(buf, "\n"); \ | 66 | strcat(buf, "\n"); \ |
67 | return ret + 1; \ | 67 | return ret + 1; \ |
68 | } \ | 68 | } \ |