Patch "regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings"" has been added to the 5.14-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings"

to the 5.14-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     regulator-max14577-revert-regulator-max14577-add-pro.patch
and it can be found in the queue-5.14 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit bc8597ba213190fa4fd80f5f90008f59d43e9a76
Author: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
Date:   Thu Sep 16 16:41:02 2021 +0200

    regulator: max14577: Revert "regulator: max14577: Add proper module aliases strings"
    
    [ Upstream commit dc9660590d106bb58d145233fffca4efadad3655 ]
    
    This reverts commit 0da6736ecd10b45e535b100acd58df2db4c099d8.
    
    The MODULE_DEVICE_TABLE already creates proper alias.  Having another
    MODULE_ALIAS causes the alias to be duplicated:
    
      $ modinfo max14577-regulator.ko
    
      alias:          platform:max77836-regulator
      alias:          platform:max14577-regulator
      description:    Maxim 14577/77836 regulator driver
      alias:          platform:max77836-regulator
      alias:          platform:max14577-regulator
    
    Cc: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
    Fixes: 0da6736ecd10 ("regulator: max14577: Add proper module aliases strings")
    Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx>
    Tested-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20210916144102.120980-1-krzysztof.kozlowski@xxxxxxxxxxxxx
    Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/regulator/max14577-regulator.c b/drivers/regulator/max14577-regulator.c
index 1d78b455cc48..e34face736f4 100644
--- a/drivers/regulator/max14577-regulator.c
+++ b/drivers/regulator/max14577-regulator.c
@@ -269,5 +269,3 @@ module_exit(max14577_regulator_exit);
 MODULE_AUTHOR("Krzysztof Kozlowski <krzk@xxxxxxxxxx>");
 MODULE_DESCRIPTION("Maxim 14577/77836 regulator driver");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:max14577-regulator");
-MODULE_ALIAS("platform:max77836-regulator");



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux