Loading drivers/gpu/msm/kgsl_snapshot.c +2 −2 Original line number Diff line number Diff line Loading @@ -1130,8 +1130,8 @@ void kgsl_device_snapshot_probe(struct kgsl_device *device, u32 size) &device->dev->kobj, "snapshot")) return; sysfs_create_bin_file(&device->snapshot_kobj, &snapshot_attr); sysfs_create_files(&device->snapshot_kobj, snapshot_attrs); WARN_ON(sysfs_create_bin_file(&device->snapshot_kobj, &snapshot_attr)); WARN_ON(sysfs_create_files(&device->snapshot_kobj, snapshot_attrs)); } /** Loading drivers/perf/arm_dsu_pmu.c +0 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,6 @@ static int dsu_pmu_event_init(struct perf_event *event) return -EINVAL; event->hw.config_base = event->attr.config; event->readable_on_cpus = CPU_MASK_ALL; return 0; } Loading Loading
drivers/gpu/msm/kgsl_snapshot.c +2 −2 Original line number Diff line number Diff line Loading @@ -1130,8 +1130,8 @@ void kgsl_device_snapshot_probe(struct kgsl_device *device, u32 size) &device->dev->kobj, "snapshot")) return; sysfs_create_bin_file(&device->snapshot_kobj, &snapshot_attr); sysfs_create_files(&device->snapshot_kobj, snapshot_attrs); WARN_ON(sysfs_create_bin_file(&device->snapshot_kobj, &snapshot_attr)); WARN_ON(sysfs_create_files(&device->snapshot_kobj, snapshot_attrs)); } /** Loading
drivers/perf/arm_dsu_pmu.c +0 −1 Original line number Diff line number Diff line Loading @@ -582,7 +582,6 @@ static int dsu_pmu_event_init(struct perf_event *event) return -EINVAL; event->hw.config_base = event->attr.config; event->readable_on_cpus = CPU_MASK_ALL; return 0; } Loading