* 4.1.18 introduced spurious copy of renamed iwlwifi trans.c
@ 2016-04-25 17:41 Jens Rottmann
0 siblings, 0 replies; only message in thread
From: Jens Rottmann @ 2016-04-25 17:41 UTC (permalink / raw)
To: Sasha Levin; +Cc: Emmanuel Grumbach, stable
Hi,
some time after 4.1
drivers/net/wireless/iwlwifi/pcie/trans.c
got moved to
drivers/net/wireless/intel/iwlwifi/pcie/trans.c
Later upstream commit 62d7476d958ce06d7a10b02bdb30006870286fe2
"iwlwifi: pcie: properly configure the debug buffer size for 8000"
fixed something in the new intel/iwlwifi/pcie/trans.c
The patch was backported and included in 4.1.18 as commit
d9d42b679e3653759b107ff99daf8da9c21aaec7. It does nicely apply to the
old file iwlwifi/pcie/trans.c, _however_ by mistake the patch also
introduces a useless copy of the complete file at it's modern home
intel/iwlwifi/pcie/trans.c
The 'fix' would be to delete the surplus file again. I don't know if you
want this, the 2nd copy of trans.c is never compiled, so strictly
speaking it does no harm - except that it confused me enough to write
this mail. :-)
Regards,
Jens
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-04-25 17:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 17:41 4.1.18 introduced spurious copy of renamed iwlwifi trans.c Jens Rottmann
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.