]> Git Repo - linux.git/blobdiff - drivers/platform/surface/surface_aggregator_hub.c
regmap: mmio: Allow passing an empty config->reg_stride
[linux.git] / drivers / platform / surface / surface_aggregator_hub.c
index 6abd1efe208835f29d0d4620ed030a6d9412be5f..8b8b80228c147350f00ad60f8de2c60070eec3c6 100644 (file)
@@ -349,7 +349,7 @@ static const struct ssam_hub_desc kip_hub = {
 
 static const struct ssam_device_id ssam_hub_match[] = {
        { SSAM_VDEV(HUB, SAM, SSAM_SSH_TC_KIP, 0x00), (unsigned long)&kip_hub  },
-       { SSAM_VDEV(HUB, KIP, SSAM_SSH_TC_BAS, 0x00), (unsigned long)&base_hub },
+       { SSAM_VDEV(HUB, SAM, SSAM_SSH_TC_BAS, 0x00), (unsigned long)&base_hub },
        { }
 };
 MODULE_DEVICE_TABLE(ssam, ssam_hub_match);
This page took 0.034973 seconds and 4 git commands to generate.