summaryrefslogtreecommitdiff
path: root/bin/nv_i2c.c
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2015-08-20 14:54:22 +1000
committerBen Skeggs <bskeggs@redhat.com>2015-08-28 12:37:44 +1000
commited4bb4e997bd83443c9bf6766c2de60d3a2f8897 (patch)
tree631a8691e3b81f1227d63328e30d7b27887f0245 /bin/nv_i2c.c
parent724b52d8519cd6ed1f8123d08f4ff09fe7a85e4c (diff)
downloadnouveau-ed4bb4e997bd83443c9bf6766c2de60d3a2f8897.tar.gz
core: remove the remainder of the previous style
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'bin/nv_i2c.c')
-rw-r--r--bin/nv_i2c.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/nv_i2c.c b/bin/nv_i2c.c
index 6fcd2f2bd..c45a2e350 100644
--- a/bin/nv_i2c.c
+++ b/bin/nv_i2c.c
@@ -90,8 +90,8 @@ main(int argc, char **argv)
}
ret = u_device("lib", argv[0], "error", true, true,
- (1ULL << NVDEV_SUBDEV_VBIOS) |
- (1ULL << NVDEV_SUBDEV_I2C),
+ (1ULL << NVKM_SUBDEV_VBIOS) |
+ (1ULL << NVKM_SUBDEV_I2C),
0x00000000, &client, &device);
if (action < 0) {