Merge pull request #182 from spartacus06/fix-warning

fix incompatible pointer type warning
This commit is contained in:
Josh Poimboeuf 2014-05-12 15:38:01 -05:00
commit f5b442c50f

View File

@ -41,7 +41,7 @@ static ssize_t patch_enabled_show(struct kobject *kobj,
}
static ssize_t patch_enabled_store(struct kobject *kobj,
struct kobj_attribute *attr, char *buf,
struct kobj_attribute *attr, const char *buf,
size_t count)
{
int ret;