[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH-for-5.1 2/3] various: Remove unnecessary OBJECT() cast
From: |
John Snow |
Subject: |
Re: [PATCH-for-5.1 2/3] various: Remove unnecessary OBJECT() cast |
Date: |
Fri, 17 Apr 2020 15:45:08 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 |
On 4/12/20 5:09 PM, Philippe Mathieu-Daudé wrote:
> - memory_region_init_io(&a->mmio, OBJECT(obj), &allwinner_ahci_mem_ops, a,
> + memory_region_init_io(&a->mmio, obj, &allwinner_ahci_mem_ops, a,
Acked-by: John Snow <address@hidden>
- [PATCH-for-5.1 0/3] various: Remove unnecessary casts, Philippe Mathieu-Daudé, 2020/04/12
- [PATCH-for-5.1 1/3] target: Remove unnecessary CPU() cast, Philippe Mathieu-Daudé, 2020/04/12
- [PATCH-for-5.1 2/3] various: Remove unnecessary OBJECT() cast, Philippe Mathieu-Daudé, 2020/04/12
- [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast, Philippe Mathieu-Daudé, 2020/04/12
- Re: [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast, David Gibson, 2020/04/13
- Re: [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast, Markus Armbruster, 2020/04/14
- RE: [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast, Paul Durrant, 2020/04/14
- Re: [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast, Cédric Le Goater, 2020/04/15
- Re: [PATCH-for-5.1 3/3] hw: Remove unnecessary DEVICE() cast, John Snow, 2020/04/17
- Re: [PATCH-for-5.1 0/3] various: Remove unnecessary casts, Richard Henderson, 2020/04/14