diff options
author | 2014-09-03 17:58:50 +0200 | |
---|---|---|
committer | 2014-09-03 17:58:50 +0200 | |
commit | 61bf5ff07afb28a028ca5b9fb3c7ef29fc47d0d6 (patch) | |
tree | f3d0d1ddb6320f39910a9b9677dbefe9ed80f5e0 /drivers/spi/spi.c | |
parent | iommu/vt-d: Check return value of acpi_bus_get_device() (diff) | |
parent | iommu/arm-smmu: fix corner cases in address size calculations (diff) | |
download | wireguard-linux-61bf5ff07afb28a028ca5b9fb3c7ef29fc47d0d6.tar.xz wireguard-linux-61bf5ff07afb28a028ca5b9fb3c7ef29fc47d0d6.zip |
Merge branch 'for-joerg/arm-smmu/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into iommu/fixes
Diffstat (limited to 'drivers/spi/spi.c')
-rw-r--r-- | drivers/spi/spi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index e0531baf2782..ca935df80c88 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c @@ -848,6 +848,7 @@ out: /** * spi_finalize_current_transfer - report completion of a transfer + * @master: the master reporting completion * * Called by SPI drivers using the core transfer_one_message() * implementation to notify it that the current interrupt driven |