wireless: Remove casts to same type
[deliverable/linux.git] / drivers / net / wireless / p54 / fwio.c
index 18e82b31afa61243554e21e9808e47bada65d5b0..9ba85106eec0a0cc337732f0858d862e26e5a380 100644 (file)
@@ -478,7 +478,7 @@ int p54_scan(struct p54_common *priv, u16 mode, u16 dwell)
 
                if (priv->rxhw == PDR_SYNTH_FRONTEND_LONGBOW) {
                        memcpy(&body->longbow.curve_data,
-                               (void *) entry + sizeof(__le16),
+                               entry + sizeof(__le16),
                                priv->curve_data->entry_size);
                } else {
                        struct p54_scan_body *chan = &body->normal;
This page took 0.02628 seconds and 5 git commands to generate.