mbox series

[GIT,PULL,FOR,v5.8] Small fixes

Message ID 20200508094115.GA1214@gofer.mess.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL,FOR,v5.8] Small fixes | expand

Pull-request

git://linuxtv.org/syoung/media_tree.git for-v5.8d

Message

Sean Young May 8, 2020, 9:41 a.m. UTC
The following changes since commit 5b9f8e4ac9473962fa0e824fd1f04138600d459d:

  media: ipu3.rst: fix a build warning (2020-05-06 14:49:41 +0200)

are available in the Git repository at:

  git://linuxtv.org/syoung/media_tree.git for-v5.8d

for you to fetch changes up to 9757af7af9480de959e3a13b96a8f506b12740b8:

  media: dvb-frontends: remove redundant initialization of variable status (2020-05-08 09:26:21 +0100)

----------------------------------------------------------------
Colin Ian King (4):
      media: dvb: remove redundant assignment to variable bw
      media: stv0900_core: remove redundant assignment to variable val
      media: mantis_dvb: remove redundant initialization to variable result
      media: dvb-frontends: remove redundant initialization of variable status

Jia-Ju Bai (1):
      media: usb: ttusb-dec: reduce the number of memory reads in ttusb_dec_handle_irq()

Sean Young (2):
      media: gpio-ir-tx: improve precision of transmitted signal due to scheduling
      media: gpio-ir-tx: allow transmission without carrier

 drivers/media/dvb-frontends/cxd2880/cxd2880_top.c |  2 +-
 drivers/media/dvb-frontends/drxk_hard.c           |  2 +-
 drivers/media/dvb-frontends/stv0900_core.c        |  2 +-
 drivers/media/pci/mantis/mantis_dvb.c             |  2 +-
 drivers/media/rc/gpio-ir-tx.c                     | 51 ++++++++++++++++++-----
 drivers/media/usb/ttusb-dec/ttusb_dec.c           |  9 ++--
 6 files changed, 50 insertions(+), 18 deletions(-)

Comments

Sean Young May 8, 2020, 9:46 a.m. UTC | #1
On Fri, May 08, 2020 at 10:41:15AM +0100, Sean Young wrote:
> The following changes since commit 5b9f8e4ac9473962fa0e824fd1f04138600d459d:
> 
>   media: ipu3.rst: fix a build warning (2020-05-06 14:49:41 +0200)
> 
> are available in the Git repository at:
> 
>   git://linuxtv.org/syoung/media_tree.git for-v5.8d

Oops that should have been the signed tag, resending..


Sean