]> Git Repo - linux.git/commitdiff
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo...
authorLinus Torvalds <[email protected]>
Tue, 7 Apr 2020 18:01:37 +0000 (11:01 -0700)
committerLinus Torvalds <[email protected]>
Tue, 7 Apr 2020 18:01:37 +0000 (11:01 -0700)
Pull pcmcia updates from Dominik Brodowski:
 "A few PCMCIA odd fixes: removing a few spaces and useless casts,
  replacing snprintf() with scnprintf(), and replacing zero-length
  arrays with a flexible-array member"

* 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux:
  pcmcia: remove some unused space characters
  pcmcia: soc_common.h: Replace zero-length array with flexible-array member
  pcmcia: cs_internal.h: Replace zero-length array with flexible-array member
  pcmcia: Use scnprintf() for avoiding potential buffer overflow
  pcmcia: omap: remove useless cast for driver.name


Trivial merge
This page took 0.059066 seconds and 4 git commands to generate.