Loading drivers/media/platform/msm/broadcast/tspp.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1088,7 +1088,7 @@ static int tspp_queue_buffer(struct tspp_channel *channel, rc = sps_transfer_one(channel->pipe, buffer->sps.phys_base, buffer->sps.size, channel->pdev, flags ? channel->pdev : NULL, flags); if (rc < 0) return rc; Loading Loading
drivers/media/platform/msm/broadcast/tspp.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2011-2015, The Linux Foundation. All rights reserved. /* Copyright (c) 2011-2016, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and Loading Loading @@ -1088,7 +1088,7 @@ static int tspp_queue_buffer(struct tspp_channel *channel, rc = sps_transfer_one(channel->pipe, buffer->sps.phys_base, buffer->sps.size, channel->pdev, flags ? channel->pdev : NULL, flags); if (rc < 0) return rc; Loading