summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2022-07-11 17:35:48 +0200
committerHelge Deller <deller@gmx.de>2022-07-18 07:54:17 +0200
commit2194f9576097543e26fa690abaa7166754fccabe (patch)
tree096e13bedd70ba2e9508172282b083bcfd792b4e /scripts/git.orderFile
parentff6992735ade75aae3e35d16b17da1008d753d28 (diff)
downloadkernel-2194f9576097543e26fa690abaa7166754fccabe.tar.gz
video: fbdev: amiga: Simplify amifb_pan_display()
The fb_pan_display() function in the core already takes care of validating most panning parameters before calling the driver's .fb_pan_display() callback, and of updating the panning state afterwards, so there is no need to repeat that in the driver. Remove the duplicate code. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'scripts/git.orderFile')
0 files changed, 0 insertions, 0 deletions
around for 82575/82576Alexander Duyck 2009-07-26igb: make serdes power down available for 82575 in addition to 82576 partsAlexander Duyck 2009-07-26igb: remove media type fiber as it is misleadingAlexander Duyck 2009-04-11igb: fix unused external references introduced with sr-iov changesAlexander Duyck 2009-03-14igb: correct typo that was setting vfta mask to 1Alexander Duyck 2009-03-14igb: add PF to poolAlexander Duyck 2009-02-20igb: Add support for enabling VFs to PF driver.Alexander Duyck 2009-02-07igb: update version number and copyright datesAlexander Duyck 2009-02-07igb: remove disable_av variable from mac_info structAlexander Duyck 2009-02-07igb: rename nvm opsAlexander Duyck 2009-02-07igb: rename phy opsAlexander Duyck 2009-02-07igb: make dev_spec a union and remove dynamic allocationAlexander Duyck 2008-12-26drivers/net/igb: remove dead code (function 'igb_read_pci_cfg')Hannes Eder 2008-12-10igb: Correctly determine pci-e function number in virtual environmentAlexander Duyck 2008-08-07igb: remove three redundant functions left in the codeAlexander Duyck 2008-08-07igb: correct issue of set_mta member of mac.ops not being populatedAlexander Duyck 2008-07-11igb: add 82576 MAC supportAlexander Duyck 2008-07-04igb: eliminate hw from the hw_dbg macro argumentsAuke Kok 2008-07-04igb: cleanup function header commentsJeff Kirsher 2008-01-28igb: PCI-Express 82575 Gigabit Ethernet driverAuke Kok