]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Feb 2020 19:31:52 +0000 (11:31 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 2 Feb 2020 19:31:52 +0000 (11:31 -0800)
commita9336d2de7fd725d0e2de2531807d8eb4b57db65
tree6ef7ac1241412a9e2fc24d8c2adaa57f5e3f5c49
parent9c65359422466ab67d7fe22088513b44bd189d3c
parent6f4fe02c80f5a3f5dcc15236e2602d45c72030f4
Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux

Pull pcmcia updates from Dominik Brodowski:
 "This is a series co-developed by Simon Geis and Lukas Panzer to clean
  up the i82092 PCMCIA device driver"

* 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux:
  PCMCIA/i82092: remove #if 0 block
  PCMCIA/i82092: delete enter/leave macro
  PCMCIA/i82092: include <linux/io.h> instead of <asm/io.h>
  PCMCIA/i82092: shorten the lines with over 80 characters
  PCMCIA/i82092: move assignment out of if condition
  PCMCIA/i82092: change code indentation
  PCMCIA/i82092: insert blank line after declarations
  PCMCIA/i82092: remove braces around single statement blocks
  PCMCIA/i82092: add/remove spaces to improve readability
  PCMCIA/i82092: use dev_<level> instead of printk