[PATCH] s/;;/;/g
[deliverable/linux.git] / drivers / net / wireless / prism54 / oid_mgt.c
index eea2f04c8c6d4149b7a85b50f5f5390358eb8d66..ebb238785839773abc118b3e9fa556cdc9f36df5 100644 (file)
@@ -332,7 +332,7 @@ mgt_le_to_cpu(int type, void *data)
        case OID_TYPE_ATTACH:{
                        struct obj_attachment *attach = data;
                        attach->id = le16_to_cpu(attach->id);
-                       attach->size = le16_to_cpu(attach->size);
+                       attach->size = le16_to_cpu(attach->size);
                        break;
        }
        case OID_TYPE_SSID:
@@ -401,7 +401,7 @@ mgt_cpu_to_le(int type, void *data)
        case OID_TYPE_ATTACH:{
                        struct obj_attachment *attach = data;
                        attach->id = cpu_to_le16(attach->id);
-                       attach->size = cpu_to_le16(attach->size);
+                       attach->size = cpu_to_le16(attach->size);
                        break;
        }
        case OID_TYPE_SSID:
This page took 0.024617 seconds and 5 git commands to generate.