|
|
@@ -4175,11 +4175,6 @@ struct brcmf_sdio *brcmf_sdio_probe(struct brcmf_sdio_dev *sdiodev)
|
|
|
goto fail;
|
|
|
}
|
|
|
|
|
|
- /* allocate scatter-gather table. sg support
|
|
|
- * will be disabled upon allocation failure.
|
|
|
- */
|
|
|
- brcmf_sdiod_sgtable_alloc(bus->sdiodev);
|
|
|
-
|
|
|
/* Query the F2 block size, set roundup accordingly */
|
|
|
bus->blocksize = bus->sdiodev->func[2]->cur_blksize;
|
|
|
bus->roundup = min(max_roundup, bus->blocksize);
|