summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDamien Le Moal <dlemoal@kernel.org>2024-04-02 14:59:52 +0900
committerDamien Le Moal <dlemoal@kernel.org>2024-04-13 09:05:17 +0900
commit9e6938e14ea5b2ec94b7f63d304e483232738cf7 (patch)
treecb72bd547463defee862d3ddbf51d3dc5f1ce943 /lib
parent21a6f37d8891d41822b2557b60d95aae2fde4f50 (diff)
downloadlinux-stable-9e6938e14ea5b2ec94b7f63d304e483232738cf7.tar.gz
linux-stable-9e6938e14ea5b2ec94b7f63d304e483232738cf7.tar.bz2
linux-stable-9e6938e14ea5b2ec94b7f63d304e483232738cf7.zip
ata: libata-core: Remove ata_exec_internal_sg()
ata_exec_internal() is the only caller of ata_exec_internal_sg() and always calls this function with a single element scattergather list. Remove ata_exec_internal_sg() and code it directly in ata_exec_internal(), simplifying a little the sgl handling for the command. While at it, change the function signature to use the proper enum dma_data_direction type for the dma_dir argument, cleanup comments (capitalization and remove useless comments) and change the variable auto_timeout type to a boolean. No functional change. Signed-off-by: Damien Le Moal <dlemoal@kernel.org> Reviewed-by: John Garry <john.g.garry@oracle.com> Reviewed-by: Niklas Cassel <cassel@kernel.org>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions