As per discusion with Lino Sanfilippo, memcpy is the proper way to copy
across dma memory, which also removes sparse warning that triggered
inquiry.
Signed-off-by: Ryan Swan <ryan@ryanswan.com>
Reviewed-by: Lino Sanfilippo <LinoSanfilippo@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                if (stats->rcv_drops > old->rcv_drops)
                        adapter->rcv_drops += (stats->rcv_drops -
                                               old->rcv_drops);
-               memcpy_fromio(old, stats, sizeof(*stats));
+               memcpy(old, stats, sizeof(*stats));
                break;
        }
        case SLIC_UPR_RLSR: