|
@@ -300,7 +300,8 @@ static int ttm_mem_init_highmem_zone(struct ttm_mem_global *glob,
|
|
|
zone->glob = glob;
|
|
|
glob->zone_highmem = zone;
|
|
|
ret = kobject_init_and_add(
|
|
|
- &zone->kobj, &ttm_mem_zone_kobj_type, &glob->kobj, zone->name);
|
|
|
+ &zone->kobj, &ttm_mem_zone_kobj_type, &glob->kobj, "%s",
|
|
|
+ zone->name);
|
|
|
if (unlikely(ret != 0)) {
|
|
|
kobject_put(&zone->kobj);
|
|
|
return ret;
|